Zimo před 2 dny
rodič
revize
e33e608c1f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -1135,7 +1135,7 @@ const handlePortalAppClick = async (app: PortalApp) => {
       if (ua.includes("dingtalk") || ua.includes("dingtalkwork")) {
         if (isMobile && !isDesktop) {
           dd.biz.util.openLink({
-            url: `https://srm-m.deepoil.cc:7777?Authorization=${JSON.parse(res).msg}`,
+            url: `https://srm-m.deepoil.cc:7777/#/mixed-page/view/MXP00048?Authorization=${JSON.parse(res).msg}`,
 
             onSuccess: () => {},
           });