DESKTOP-2S67K1S\31396 před 2 roky
rodič
revize
d383085044
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      package.json
  2. 1 1
      vue.config.js

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "author": "若依",
   "license": "MIT",
   "scripts": {
-    "dev": "vue-cli-service serve",
+    "dev": "vue-cli-service serve --host 0.0.0.0",
     "build:prod": "vue-cli-service build",
     "build:stage": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",

+ 1 - 1
vue.config.js

@@ -38,7 +38,7 @@ module.exports = {
         target: `https://o3tapi.radio1964.com/admin`,
         // target: `http://192.168.0.217:2678/admin`, // 付新保本地
         // target: `http://192.168.199.74:2027`, // 陈浩
-        // target: `http://10.0.2.36:2027`,
+        // target: `http://10.0.2.24:2027`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''