仓库管理-库位信息: 初始化
This commit is contained in:
@@ -37,13 +37,7 @@ module.exports = {
|
||||
port: 8887, // 项目启动port,
|
||||
open: true,
|
||||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API+'/wms']: {
|
||||
target: 'http://localhost:8000/', // 后端接口地址
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: '',
|
||||
},
|
||||
},
|
||||
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: 'http://localhost:8888/', // 后端接口地址
|
||||
|
||||
Reference in New Issue
Block a user