Commit fb6bd7cf by swl

gx

parent 957ddf24
const domain = { const domain = {
// dev: "http://192.168.3.87:8881", // 姚镇接口 // dev: "http://192.168.3.87:8881", // 姚镇接口
dev: "http://81.69.231.72:8881", // 姚镇接口 // dev: "http://81.69.231.72:8881", // 姚镇接口
// dev: "http://81.69.231.72:8881", // 测试接口 dev: "http://81.69.231.72:8881", // 测试接口
// dev: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口 // dev: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
}; };
// 腾讯地图 key // 腾讯地图 key
......
...@@ -6,6 +6,7 @@ const config = { ...@@ -6,6 +6,7 @@ const config = {
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址 // proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
proxy: "http://81.69.231.72:8881/", // 测试地址 proxy: "http://81.69.231.72:8881/", // 测试地址
// proxy: "http://192.168.3.87:8881/", //本地 // proxy: "http://192.168.3.87:8881/", //本地
// proxy: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
}; };
//axios基本配置 //axios基本配置
......
...@@ -883,6 +883,8 @@ export default { ...@@ -883,6 +883,8 @@ export default {
} else { } else {
this.auditData.state = "不符合"; this.auditData.state = "不符合";
this.auditData.stateCode = "002"; this.auditData.stateCode = "002";
this.auditData.user = localStorage.getItem("userName");
familyAudit(this.auditData).then((res) => { familyAudit(this.auditData).then((res) => {
if (res.code == 200) { if (res.code == 200) {
console.log(res, 111); console.log(res, 111);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment