调整后台管理前端样式

This commit is contained in:
Eyoyoo
2021-12-07 21:44:13 +08:00
parent 178c561c19
commit a9ae1f4f81
7 changed files with 299 additions and 612 deletions

View File

@ -33,7 +33,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:16009`,
target: `http://121.199.20.209/prod-api`,
// target: `http://localhost:16009`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''