ソースを参照

Merge branch 'dev4.5.5' of http://127.0.0.1:8080/qmx/jy into dev4.5.5

zhangxinlei1996 4 年 前
コミット
9ce326a379

+ 3 - 3
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/keyWord.js

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

+ 3 - 3
src/web/staticres/vipsubscribe/js/keyWord.js

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