Oops!
diff --git a/vue/vue.config.js b/vue/vue.config.js
index b161fe2..fe5badf 100644
--- a/vue/vue.config.js
+++ b/vue/vue.config.js
@@ -28,10 +28,10 @@ module.exports = {
},
proxy: {
[settings.apiPrefix]: {
- target: 'http://localhost:8081', // 后台接口域名
- ws: true, //如果要代理 websockets,配置这个参数
- secure: false, // 如果是https接口,需要配置这个参数
- changeOrigin: true, //是否跨域
+ target: 'http://localhost:8081', //后台接口域名
+ ws: true, //如果要代理 websockets,配置这个参数
+ secure: false, //如果是https接口,需要配置这个参数
+ changeOrigin: true, //是否跨域
pathRewrite: {
[`^${settings.apiPrefix}`]: ''
}