init 单模块项目

This commit is contained in:
疯狂的狮子li
2021-04-02 15:59:05 +08:00
parent 3012bf0a31
commit 2ba304819d
279 changed files with 5646 additions and 6074 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
target: `http://localhost:8081`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''