diff --git a/src/views/sys/permission.vue b/src/views/sys/permission.vue
index 2263ca0..7e6f4a1 100644
--- a/src/views/sys/permission.vue
+++ b/src/views/sys/permission.vue
@@ -3,61 +3,55 @@
-
+
-
-
-
+
+
+
+
- 查看
- 编辑
- 删除
+ 编辑
+ 删除
-
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -76,8 +70,8 @@
-
-
+
+
@@ -98,23 +92,20 @@
- 取 消
- 确 定
+ 取 消
+ 确 定
-
-
diff --git a/vue.config.js b/vue.config.js
index 961ac58..6611fc8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -33,7 +33,7 @@ module.exports = {
proxy: {
// proxy all requests starting with /api to jsonplaceholder
'^/api': {
- target: 'http://localhost:3000', // 代理接口
+ target: 'http://localhost:2333', // 代理接口
changeOrigin: true,
pathRewrite: {
'^/api': '/' // 代理的路径