From 33f46b59d60dcbb2cfe4e2f5878830f062e2c2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Fri, 21 Mar 2025 10:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A0=E8=BD=BD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=AE=A1=E7=90=86=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=92=8C=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- sub/owner/jobInfo.vue | 6 +----- sub/owner/policy.vue | 6 +----- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/config.js b/config.js index 34dae4f..d5bebd5 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,11 @@ // 应用全局配置 module.exports = { // baseUrl: 'http://188.188.5.188:48080', - baseUrl: 'https://hb.jzce.com', + // baseUrl: 'https://www.jzce.com', + baseUrl: 'https://yxsthj.cn', // baseUrl: 'http://188.188.3.232:48080', // baseUrl: 'http://localhost:48080', baseApi: '/admin-api', - imgUrl: 'https://hb.jzce.com', // 应用信息 appInfo: { // 应用名称 diff --git a/sub/owner/jobInfo.vue b/sub/owner/jobInfo.vue index 84caa87..eba5604 100644 --- a/sub/owner/jobInfo.vue +++ b/sub/owner/jobInfo.vue @@ -69,15 +69,11 @@ export default { pageNum: 1, // 当前页码 pageSize: 10, // 每页显示条数 total: 0, // 总数据条数 - loadMoreStatus: 'more', // 加载更多状态:more-加载前 loading-加载中 noMore-没有更多 - itemImgUrl: - config.imgUrl + - '/miniohb/c103c92335bdd30d33ff8a062c219ead0626bf0a1898536bd7590285ca11c9db.png' + loadMoreStatus: 'more' // 加载更多状态:more-加载前 loading-加载中 noMore-没有更多 } }, // 页面加载时获取列表数据 onShow() { - console.log(this.itemImgUrl) this.getjobInfoList() }, diff --git a/sub/owner/policy.vue b/sub/owner/policy.vue index 99e0ef1..a460f5b 100644 --- a/sub/owner/policy.vue +++ b/sub/owner/policy.vue @@ -68,15 +68,11 @@ export default { pageNum: 1, // 当前页码 pageSize: 10, // 每页显示条数 total: 0, // 总数据条数 - loadMoreStatus: 'more', // 加载更多状态:more-加载前 loading-加载中 noMore-没有更多 - itemImgUrl: - config.imgUrl + - '/miniohb/c103c92335bdd30d33ff8a062c219ead0626bf0a1898536bd7590285ca11c9db.png' + loadMoreStatus: 'more' // 加载更多状态:more-加载前 loading-加载中 noMore-没有更多 } }, // 页面加载时获取列表数据 onShow() { - console.log(this.itemImgUrl) this.getPolicyList() },