Merge branch 'master-php' of e.coding.net:g-cphe0354/duanju/video_admin into master-php

This commit is contained in:
gyq 2025-08-01 16:24:25 +08:00
commit c20cb8cfbc
4 changed files with 5 additions and 6 deletions

View File

@ -6,9 +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 = "https://playlet.test.sxczgkj.com/admin/" // php
// const baseUrl = "http://192.168.1.31:8080/admin/" // php本地
const baseUrl = "https://playlet.test.sxczgkj.com/admin/" // php测试服
export default{
baseUrl

View File

@ -493,7 +493,7 @@
'createTime': this.info.stockDate,
'sort': this.sort,
'helpWordTitle': this.helpWordTitle,
})
}).then(({
data

View File

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

View File

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