diff --git a/utils/request.js b/utils/request.js index 14c64ee..7a941ab 100644 --- a/utils/request.js +++ b/utils/request.js @@ -1,7 +1,8 @@ // 后台请求地址 import store from "../store/index"; import { decryptAes } from "@/utils/aesUtil"; -const requestPath = "http://39.103.206.194:9002/qhdkfq-regulatory/"; +const requestPath = "http://192.168.20.240:8591/dy-regulatory/"; +// const requestPath = "http://39.103.206.194:9002/qhdkfq-regulatory/"; function post(url, data) { const getUserInfo = store.getters.getUserInfo;