浏览代码

last dev commit

shjung 3 年之前
父节点
当前提交
d562809ba9
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/resources/static/application/op/00.main/main-header.js

+ 1 - 2
src/main/resources/static/application/op/00.main/main-header.js

@@ -846,8 +846,7 @@ function assignMenuAuth(menuMap) {
 function formMenuClick(){
     const userId = window.$userId;
     const randKey = new Date().getTime() / 1000;
-    //const url = "its.vmsFormEdit://" + userId + " " + randKey + " " + window.origin;
-    const url = "its.vmsFormEdit://" + userId + " " + randKey + " " + _apiUrl + " Black";
+    const url = "its.vmsFormEdit://" + userId + " " + randKey + " " + window.origin + " Black";
     const launcher = new CsAppLauncher({
         onIgnored: function () {
             console.log("browser failed to respond to the deep link");