fix : 优化首页样式

This commit is contained in:
2024-10-09 19:54:27 +08:00
parent 00c346c7b1
commit 9d144af68a
4 changed files with 44 additions and 4 deletions

View File

@@ -83,11 +83,11 @@ export default defineConfig({
// rewrite: (path) => path.replace(/^\/api/, '')
// },
'/api': {
// // target: 'http://kyglweb.scgzjy.com:8080/',
target: 'http://mosr.feashow.cn',
target: 'http://kyglweb.scgzjy.com:8080/',
// target: 'http://mosr.feashow.cn',
changeOrigin: true,
// target: 'http://clay.frp.feashow.cn',
// target: 'http://frp.feashow.cn:31800/',
// // target: 'http://frp.feashow.cn:31800/',
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
},