Browse Source

feat:新增menu=business

jinx 3 năm trước cách đây
mục cha
commit
d863126b85

+ 1 - 1
platform-admin/src/main/webapp/js/shop/brand.js

@@ -158,7 +158,7 @@ function open_4dkankan(url, sceneNum) {
       console.log(r)
       if (r.code == 0) {
         // 获取start_url成功后执行
-        newTab.location.href = url + '&token=' + r.data
+        newTab.location.href = url + '&menu=business&token=' + r.data
         // window.open(url.toString())
       } else {
         alert(r.msg)

+ 1 - 1
platform-admin/src/main/webapp/js/shop/sceneAllocation.js

@@ -162,7 +162,7 @@ function open_4dkankan(url, sceneNum) {
 
     successCallback: function (r) {
       // 获取start_url成功后执行
-      newTab.location.href = url + '&token=' + r.data
+      newTab.location.href = url + '&menu=business&token=' + r.data
       // window.open(url.toString())
     },
   })