增加测试地址
parent
fda4039df6
commit
744b823e67
|
|
@ -1,7 +1,8 @@
|
||||||
// 后台请求地址
|
// 后台请求地址
|
||||||
import store from "../store/index";
|
import store from "../store/index";
|
||||||
import { decryptAes } from "@/utils/aesUtil";
|
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) {
|
function post(url, data) {
|
||||||
const getUserInfo = store.getters.getUserInfo;
|
const getUserInfo = store.getters.getUserInfo;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue