# Conflicts:
#	package-lock.json
This commit is contained in:
dongruihua
2023-02-23 09:15:04 +08:00
22 changed files with 264 additions and 466 deletions

View File

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