Przeglądaj źródła

fix:未登录订阅、工作台短链

yangfeng 11 miesięcy temu
rodzic
commit
2939105fd1

+ 2 - 2
apps/mobile/src/components/no-login/NoLoginTabbar.vue

@@ -143,9 +143,9 @@ export default {
       // const item = this.navs[navIndex]
       this.setActiveIcon(key)
       if (key === 'subscribe') {
-        window.location.replace('/jyapp/frontPage/seo/free/subscribe')
+        window.location.replace('/jyapp/freesubscribe/')
       } else if (key === 'box') {
-        window.location.replace('/jyapp/frontPage/seo/free/workbench')
+        window.location.replace('/jyapp/workbench/')
       } else if(key === 'message') {
         window.location.href = '/jyapp/free/login?url=/jyapp/frontPage/messageCenter/sess/index'
       } else if(key === 'me') {