tanyanfei 5 年之前
當前提交
dca059231f
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      vue.config.js

+ 11 - 0
vue.config.js

@@ -0,0 +1,11 @@
+module.exports={
+    devServer:{
+        proxy:{
+            '/api':{
+                target:'https://www.scxjc.club',
+                changeOrigin: true,
+            }
+        }
+    },
+    publicPath:'/'
+}