|
@@ -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");
|