增加测试地址

master
wangpeng 2026-05-06 10:42:08 +08:00
parent fda4039df6
commit 744b823e67
1 changed files with 2 additions and 1 deletions

View File

@ -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;