Commit 2abdeb42 by swl

gx

parent 29800b17
No preview for this file type
No preview for this file type
No preview for this file type
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: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
// dev: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
};
// 腾讯地图 key
const map = {
......
......@@ -6,8 +6,8 @@ import { TokenKey } from "@/utils/auth";
const config = {
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
// proxy: "http://81.69.231.72:8881", // 测试地址
// proxy: "http://192.168.3.87:8881", //本地
proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
proxy: "http://192.168.3.87:8881", //本地
// proxy: "https://exam.smart-zj.cn:9100/smartExam", // 新正式接口zs
// proxy: "http://81.69.231.72:9089/", // 测试地址
// proxy1: "http://81.69.231.72:8881/admin-api", // 测试地址
// proxy1: "https://exam.smart-zj.cn:9100/smartExam/admin-api", // 新正式接口
......
......@@ -928,16 +928,18 @@ export default {
// this.address = res.data.address; // 联系地址
// });
// 查询四个部门的记录 mattersHousingReason
Promise.all([
mattersHousingReason(params2),
get({ talentCode: row.talentCode }),
mattersHousingGet({ appId: 1234, code: row.code }),
]).then((res) => {
console.log("res------", res);
console.log(res, "res");
this.realEstateAddress = res[2].data.realEstateAddress; // 住址
this.square = res[2].data.square; // 房屋面积
this.realEstateCard = res[2].data.realEstateCard; // 证号
this.address = res[2].data.address; // 联系地址
this.unitName = res[2].data.unitName; //工作地址
this.arr1List = res[0].data;
this.arr1List.forEach((item) => {
item.reasonName.search("财政") != -1
......@@ -1004,7 +1006,7 @@ export default {
arr.name = arr.name ? arr.name : ""; // 姓名
arr.idCard = arr.idCard ? arr.idCard : ""; // 身份证号
arr.category = arr.category ? arr.category : ""; // 人才类型
arr.unitName = arr.unitName ? arr.unitName : ""; // 工作单位
arr.unitName = this.unitName ? this.unitName : ""; // 工作单位
arr.titleName = arr.titleName ? arr.titleName : ""; // 职称
arr.birthPlace = arr.birthPlace ? arr.birthPlace : ""; // 联系地址
arr.phone = arr.phone ? arr.phone : ""; // 手机号码
......
const env = process.env.NODE_ENV === "production";
const publicPath = env ? "/manage-h5/" : "/"; //正式
// const publicPath = env ? "/smartExam-h5/" : "/"; //测试
// const publicPath = env ? "/manage-h5/" : "/"; //正式
const publicPath = env ? "/smartExam-h5/" : "/"; //测试
module.exports = {
publicPath,
......
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