|
@@ -233,7 +233,7 @@ var vm = new Vue({
|
|
|
// type: edit编辑、add新增
|
|
|
// gIndex: groupIndex 该关键词所在分类 在分类列表中的索引
|
|
|
// kIndex: keyIndex 该关键词在其所在分类中的索引
|
|
|
- location.href = `/jyapp/vipsubscribe/toSetInfoPage?type=edit&gIndex=${item.groupIndex}&kIndex=${item.keyIndex}`
|
|
|
+ location.href = `/jyapp/vipsubscribe/toSetinfoPage?type=edit&gIndex=${item.groupIndex}&kIndex=${item.keyIndex}`
|
|
|
}
|
|
|
},
|
|
|
batchDeleteStateChange: function () {
|
|
@@ -382,10 +382,10 @@ var vm = new Vue({
|
|
|
}
|
|
|
|
|
|
var queryString = this.qsStringify(query)
|
|
|
- location.href = '/jyapp/vipsubscribe/toSetInfoPage' + '?' + queryString
|
|
|
+ location.href = '/jyapp/vipsubscribe/toSetinfoPage' + '?' + queryString
|
|
|
},
|
|
|
toKeyManagePage: function () {
|
|
|
- location.href = '/jyapp/vipsubscribe/toSetManagePage'
|
|
|
+ location.href = '/jyapp/vipsubscribe/toSetmanagePage'
|
|
|
},
|
|
|
fastImportDialogShow: function () {
|
|
|
this.dialog.fastImport = true
|