diff --git a/vue.config.js b/vue.config.js index b377e73..22088dc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,8 +38,8 @@ module.exports = { }, proxy: { '/development': { - // target: `http://admin.7-stars.com.cn/`, //后台服务地址 - target:'https://localhost:44399/', + target: `http://admin.7-stars.com.cn`, //后台服务地址 + // target:'https://localhost:44399/', // target:'http://localhost:8009', changeOrigin: true, pathRewrite: { @@ -47,7 +47,7 @@ module.exports = { } }, '/api': { - target:'https://localhost:44399/', + target: 'https://localhost:44399/', // target: `http://admin.7-stars.com.cn/`, //后台服务地址 // target: 'http://localhost:8877',