Browse Source

last dev commit

shjung 3 years ago
parent
commit
d562809ba9
1 changed files with 1 additions and 2 deletions
  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");