@@ -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'
@@ -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() {