Zimo il y a 2 jours
Parent
commit
e33e608c1f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: () => {},
           });