no message
Showing
2 changed files
with
5 additions
and
8 deletions
| ... | @@ -158,10 +158,6 @@ li.el-select-dropdown__item { | ... | @@ -158,10 +158,6 @@ li.el-select-dropdown__item { |
| 158 | color: var(--el-color-primary); | 158 | color: var(--el-color-primary); |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | .el-menu--horizontal .el-menu .el-menu-item { | ||
| 162 | justify-content: center; | ||
| 163 | } | ||
| 164 | |||
| 165 | .el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover { | 161 | .el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover { |
| 166 | color: #453DEA; | 162 | color: #453DEA; |
| 167 | } | 163 | } |
| ... | @@ -178,7 +174,7 @@ li.el-select-dropdown__item { | ... | @@ -178,7 +174,7 @@ li.el-select-dropdown__item { |
| 178 | .el-menu--horizontal { | 174 | .el-menu--horizontal { |
| 179 | height: 35px; | 175 | height: 35px; |
| 180 | border-bottom: none; | 176 | border-bottom: none; |
| 181 | justify-content: start; | 177 | justify-content: start; gap: 15px; |
| 182 | } | 178 | } |
| 183 | 179 | ||
| 184 | .el-menu--horizontal > .el-menu-item { | 180 | .el-menu--horizontal > .el-menu-item { | ... | ... |
| ... | @@ -76,14 +76,15 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -76,14 +76,15 @@ export default defineConfig(({ mode, command }) => { |
| 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') | 76 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') |
| 77 | }, | 77 | }, |
| 78 | '/dev-api/ztx-webSite': { | 78 | '/dev-api/ztx-webSite': { |
| 79 | target: 'https://ces.2025wtcwuxi.com/stage-api/', | 79 | target: 'http://192.168.1.118:8082/', |
| 80 | // target: 'https://ces.2025wtcwuxi.com/stage-api/', | ||
| 80 | changeOrigin: true, | 81 | changeOrigin: true, |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 83 | }, |
| 83 | '/dev-api': { | 84 | '/dev-api': { |
| 84 | // target: 'http://192.168.1.118:8082/', | 85 | target: 'http://192.168.1.118:8082/', |
| 85 | // target: 'http://192.168.1.131:8081/', | 86 | // target: 'http://192.168.1.131:8081/', |
| 86 | target: 'https://ces.2025wtcwuxi.com/stage-api/', | 87 | // target: 'https://ces.2025wtcwuxi.com/stage-api/', |
| 87 | // target: 'http://124.70.181.90:1880/stage-api', | 88 | // target: 'http://124.70.181.90:1880/stage-api', |
| 88 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 89 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 89 | changeOrigin: true, | 90 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment