tanyanfei 5 vuotta sitten
commit
dca059231f
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  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:'/'
+}