refactor(dashboard/index.vue): 首页样式优化

This commit is contained in:
郝先瑞
2022-01-29 12:06:15 +08:00
parent 4eef451ba3
commit 0a5113617b
6 changed files with 19 additions and 550 deletions

View File

@@ -29,7 +29,7 @@ export default ({command, mode}: ConfigEnv): UserConfig => {
open: true, // 运行自动打开浏览器
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://localhost:9999',
target: 'http://www.youlai.tech:9999',
changeOrigin: true,
rewrite: path => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
}