guoqing hace 2 años
padre
commit
a7ce731867
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1 1
      src/utils/config.js
  2. 0 1
      src/views/placeManage/placeRegister.vue

+ 1 - 1
src/utils/config.js

@@ -2,7 +2,7 @@ let APP_SERVER_URL = ""
 
 if (process.env.NODE_ENV === 'development') {
     // 开发环境
-    APP_SERVER_URL = 'http://192.168.139.86:8084'
+    APP_SERVER_URL = 'http://192.168.139.74:8084'
 } else {
     // 生产环境
     APP_SERVER_URL = 'http://123.57.226.179:8010/hs'

+ 0 - 1
src/views/placeManage/placeRegister.vue

@@ -216,7 +216,6 @@
 import { reactive, ref } from "vue";
 import ManageList from "../placeManage/ManageList.vue"
 import PlaceRegister from "@/api/placeRegister/placeRegister";
-import router from "@/router";
 export default {
   components:{ManageList},
   setup() {