删除无效的引用

This commit is contained in:
18500206848
2024-05-16 08:41:21 +08:00
parent 915189d8af
commit 7d5049f64a
6 changed files with 5 additions and 32 deletions

View File

@@ -1,5 +0,0 @@
VUE_APP_SITE='hengshui'
VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login
VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://10.165.0.173:8000/jobslink-api/front/file"}
VUE_APP_LOGIN_NEXT = 'http://10.160.7.216:9920/casserver/login?service=http://10.165.0.173/manage/login&stService=http%3A%2F%2F10.165.0.173%2Fmanage%2Flogin'
VUE_APP_SUPPER_MAP = 'http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768',

View File

@@ -24,19 +24,11 @@
let config;
if (process.env.VUE_APP_SITE === "default") {
config = {
phone: "185-0020-68488:30-17:30 周一到周五)",
email: "tousu@jilianjituan.com",
address: "通州区和平西路486号",
gongzhonghao: "/manage/img/cmanage/wx/gzh/default.jpeg",
xiaochengxu: "/manage/img/cmanage/wx/xcx/default.jpeg",
};
} else if (process.env.VUE_APP_SITE === "hengshui") {
config = {
phone: "0318-88888108:30-17:30 周一到周五)",
email: "tousu@jilianjituan.com",
address: "衡水市桃城区人民西路818号易得电子广场5层",
phone: "",
email: "",
address: "",
gongzhonghao: "",
xiaochengxu: "/manage/img/cmanage/wx/xcx/hengshui.jpg",
xiaochengxu: "",
};
}

View File

@@ -54,14 +54,6 @@ if (process.env.VUE_APP_SITE === "default") {
zixun: "德阳市智慧就业服务平台资讯",
guanyu: "关于德阳市智慧就业服务平台",
};
} else if (process.env.VUE_APP_SITE === "hengshui") {
config = {
logo: "/manage/img/cmanage/logo/hengshui.svg",
wxTitle: "小程序",
wxImg: "/manage/img/cmanage/wx/xcx/hengshui.jpg",
zixun: "平台资讯",
guanyu: "关于平台",
};
}
export default {

View File

@@ -365,10 +365,7 @@ export default {
this.loading = false;
});
},
// 环境区分
// jlOrHs: 1 企嘉云 2 衡水
// jlOrHs === 1 ? type 根绝所选划分 1(wx/h5):2(主站)
// jlOrHs === 2 ? type 根绝所选划分 3(wx/h5):4(主站)
envType() {
var jlOrHs = (this.wxStatus === 'default' || this.wxStatus === 'fangzhen') ? 1 : 2;
var type = 1;

View File

@@ -170,8 +170,6 @@ export default {
},
/*
* wxStatus
* default 企嘉云
* hengshui 衡水
* */
wxSubmit () {
if(this.submitList.length === 0) return

View File

@@ -185,7 +185,6 @@ export default {
},
/* 表格按钮 */
add () {
// default 企嘉云 hegnshui 衡水
this.viewDrawerAdd = true
},
closeAdd () {