From fe39a7bc7bb45f73646aa944150f57129e480ac7 Mon Sep 17 00:00:00 2001
From: wangzhijun <wangazhi@sohu.com>
Date: 星期三, 09 十二月 2020 16:16:53 +0800
Subject: [PATCH] 模板controller导入;模板vue列表页当有查询条件时报错
---
ruoyi-ui/src/api/monitor/server.js | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ruoyi-ui/src/api/monitor/server.js b/ruoyi-ui/src/api/monitor/server.js
index 4991a44..feed783 100644
--- a/ruoyi-ui/src/api/monitor/server.js
+++ b/ruoyi-ui/src/api/monitor/server.js
@@ -1,9 +1,9 @@
-import request from '@/utils/request'
-
-// 鏌ヨ鏈嶅姟鍣ㄨ缁�
-export function getServer() {
- return request({
- url: '/monitor/server',
- method: 'get'
- })
+import request from '@/utils/request'
+
+// 鏌ヨ鏈嶅姟鍣ㄨ缁�
+export function getServer() {
+ return request({
+ url: '/monitor/server',
+ method: 'get'
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3