Przeglądaj źródła

fix: 还原本地代理

wangjiacheng 3 lat temu
rodzic
commit
bd7a962e0d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -3,7 +3,7 @@
  * @LastEditors: wangjiacheng
  * @Description: 配置文件
  * @Date: 2019-03-02 14:21:27
- * @LastEditTime: 2021-10-14 15:41:33
+ * @LastEditTime: 2021-10-15 17:43:29
  */
 const path = require('path')
 
@@ -35,7 +35,7 @@ module.exports = {
   devServer: {
     proxy: {
       '/api': {
-        target: 'https://wy.huiguanjia.cn/9ad134a361f8d778/', // 对应自己的接口
+        target: 'https://wy-test.huiguanjia.cn/9ad134a361f8d778/', // 对应自己的接口
         changeOrigin: true,
         ws: false,
         pathRewrite: {