修改上传x-token

This commit is contained in:
熊丽君
2022-01-11 15:24:28 +08:00
parent 402017a738
commit 0b13270376
15 changed files with 1114 additions and 152 deletions

View File

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