Pārlūkot izejas kodu

更新SRM链接端口至4430

yanghao 2 dienas atpakaļ
vecāks
revīzija
8008ad9ed9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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`,
+            url: `https://srm-m.deepoil.cc:4430`,
 
             onSuccess: () => {},
           });