'关卡和任务顺序调整'

This commit is contained in:
fooperage
2023-02-04 12:39:38 +08:00
parent 3647b3c653
commit 77b5a34d7d
4 changed files with 474 additions and 457 deletions

View File

@@ -15,7 +15,8 @@ module.exports = defineConfig({
port: 8080,
proxy: {
"/manageApi": {
target: process.env.VUE_APP_PROXY_URL,
target: 'http://127.0.0.1:30001',
// process.env.VUE_APP_PROXY_URL,
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",