From d34c5a84b8d13fef5d3dde139af81da233c08517 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 1 Aug 2025 16:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 3 ++- src/views/materials/materialsList.vue | 2 +- src/views/mission/mission.vue | 2 +- src/views/user/userDetail.vue | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index fae1f51..7f7a4a1 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -6,7 +6,8 @@ export const productUrl='dj-admin'; // const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试 // const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上 -const baseUrl = "http://192.168.1.31:8080/admin/" // php +// const baseUrl = "http://192.168.1.31:8080/admin/" // php本地 +const baseUrl = "https://playlet.test.sxczgkj.com/admin/" // php测试服 export default{ baseUrl diff --git a/src/views/materials/materialsList.vue b/src/views/materials/materialsList.vue index 6928882..eaf780b 100644 --- a/src/views/materials/materialsList.vue +++ b/src/views/materials/materialsList.vue @@ -493,7 +493,7 @@ 'createTime': this.info.stockDate, 'sort': this.sort, 'helpWordTitle': this.helpWordTitle, - + }) }).then(({ data diff --git a/src/views/mission/mission.vue b/src/views/mission/mission.vue index e3ac71c..1b8f192 100644 --- a/src/views/mission/mission.vue +++ b/src/views/mission/mission.vue @@ -1787,7 +1787,7 @@ export default { courseType: this.courseType, isRecommend: this.isRecommend, status: this.statusType, - remark: this.remark, + // remark: this.remark, bannerId: this.fenleiId2, isPrice: this.isPrice, isOver: this.isOver, diff --git a/src/views/user/userDetail.vue b/src/views/user/userDetail.vue index 98d7cbd..2bf8b7f 100644 --- a/src/views/user/userDetail.vue +++ b/src/views/user/userDetail.vue @@ -1871,7 +1871,7 @@ export default { this.tableDataLoading = true; let userId = this.$route.query.userId; this.$http({ - url: this.$http.adornUrl("admin/sdkInfo/getSdkList"), + url: this.$http.adornUrl("sdkInfo/getSdkList"), method: "get", params: this.$http.adornParams({ page: this.page,