liurongli пре 8 месеци
родитељ
комит
40dcba1a97
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -89,8 +89,8 @@ module.exports = {
     },
     proxy: {
       "/api": {
-        // target: "https://dev3.k12100.net/student/api/",
-        target: "http://192.168.1.15:47003/api/",
+        target: "https://dev3.k12100.net/student/api/",
+        // target: "http://192.168.1.15:47003/api/",
         changeOrigin: true,
         pathRewrite: {
           "^/api": "/",