瀏覽代碼

fix(compiler): fix

shylock 1 年之前
父節點
當前提交
b0d120c9a4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/proxy.ts

+ 2 - 2
config/proxy.ts

@@ -18,8 +18,8 @@ export default {
     },
     '/web/': {
       // 要代理的地址
-      // target: 'http://yongxu.yehaoji.cn:8199', // 开发
-      target: 'https://app.yongxulvjian.com', // 生产
+      target: 'http://yongxu.yehaoji.cn:8199', // 开发
+      // target: 'https://app.yongxulvjian.com', // 生产
       changeOrigin: true,
     },
     '/s/': {