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-api.hnsiyao.cn/czg/" //测试
// const baseUrl = "https://web.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 const baseUrl = "https://playlet.test.sxczgkj.com/admin/" // php测试服
export default{ export default{
baseUrl baseUrl

View File

@ -1787,7 +1787,7 @@ export default {
courseType: this.courseType, courseType: this.courseType,
isRecommend: this.isRecommend, isRecommend: this.isRecommend,
status: this.statusType, status: this.statusType,
remark: this.remark, // remark: this.remark,
bannerId: this.fenleiId2, bannerId: this.fenleiId2,
isPrice: this.isPrice, isPrice: this.isPrice,
isOver: this.isOver, isOver: this.isOver,

View File

@ -1871,7 +1871,7 @@ export default {
this.tableDataLoading = true; this.tableDataLoading = true;
let userId = this.$route.query.userId; let userId = this.$route.query.userId;
this.$http({ this.$http({
url: this.$http.adornUrl("admin/sdkInfo/getSdkList"), url: this.$http.adornUrl("sdkInfo/getSdkList"),
method: "get", method: "get",
params: this.$http.adornParams({ params: this.$http.adornParams({
page: this.page, page: this.page,