|
@@ -14,7 +14,6 @@ export default defineConfig({
|
|
|
target: "http://47.109.38.72:10887/",
|
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
|
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
|
|
|
- rewrite: (path) => path.replace(/^\/demo/, "/demo"),
|
|
|
},
|
|
|
"/v1": {
|
|
|
// target: 'http://kcapp.gzzzyd.com/', // 接口的域名
|