Merge branch 'master-php' of e.coding.net:g-cphe0354/duanju/video_admin into master-php
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -493,7 +493,7 @@
|
|||||||
'createTime': this.info.stockDate,
|
'createTime': this.info.stockDate,
|
||||||
'sort': this.sort,
|
'sort': this.sort,
|
||||||
'helpWordTitle': this.helpWordTitle,
|
'helpWordTitle': this.helpWordTitle,
|
||||||
|
|
||||||
})
|
})
|
||||||
}).then(({
|
}).then(({
|
||||||
data
|
data
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user