From 17212721632f3a616b8cbf81bf4c89f95e43ffa0 Mon Sep 17 00:00:00 2001 From: pengsong <13980968324@163.com> Date: Sun, 17 Dec 2023 16:55:18 +0800 Subject: [PATCH 1/2] keep-alive --- src/page/index/index.vue | 4 +- src/page/index/layout.vue | 1 - src/router/views/index.js | 2363 ++++++++++++++++++------------------- 3 files changed, 1180 insertions(+), 1188 deletions(-) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 00a8915d..7956fd32 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -15,9 +15,9 @@
- + - +
diff --git a/src/page/index/layout.vue b/src/page/index/layout.vue index ef13a581..0439730f 100644 --- a/src/page/index/layout.vue +++ b/src/page/index/layout.vue @@ -1,6 +1,5 @@ -
勾选数量: {{ selectionList.length }}
- - - + +
+ + +
勾选数量: {{ selectionList.length }}
+ + + +
- - @@ -1579,6 +1505,23 @@ .el-fy { flex: 1; display: flex; - align-items: flex-end; + align-content: space-between; + } + .flex-c-sb{ + flex-direction: column; + justify-content: space-between; + + } + .el-fx-btn{ + display: flex; + justify-content: flex-end; + margin-right: 20px; + width: 100%; + } + .el_fontsize{ + font-size: 14px; + display: flex; + align-items: center; + justify-content: center; } diff --git a/vite.config.js b/vite.config.js index 8818229d..5f58ef50 100644 --- a/vite.config.js +++ b/vite.config.js @@ -22,7 +22,7 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.75:8777', // 新zyc // target: 'http://192.168.6.116:8777', - target: 'http://192.168.6.122:8777', + // target: 'http://192.168.6.122:8777', // target: 'http://192.168.10.25:13000', // target: 'http://192.168.10.25:2888', // target: 'http://192.168.6.122:8777', @@ -31,7 +31,8 @@ export default ({ mode, command }) => { // sst // target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.29:13000', - // target: 'http://h5uapi.huitongys.com', + target: 'http://h5uapi.huitongys.com', + // target: 'http://test.api.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },