Explorar el Código

fix: 还原本地代理

wangjiacheng hace 3 años
padre
commit
f15bb78051
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: {