删除无效的引用

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

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