Browse Source

no message

linwenxin 2 tháng trước cách đây
mục cha
commit
3b5b2f6345
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/common/utils/navPag.js

+ 2 - 0
src/common/utils/navPag.js

@@ -164,6 +164,7 @@ export const navToPage = (function () {
 })()
 
 export function webViewHref(url, pam = {}, crossPagePam = {}) {
+  console.log(store.state.user, '----0')
   var defaultPam = {
     ...pam,
     ...crossPagePam,
@@ -214,6 +215,7 @@ window.navToPage = navToPage
 // #endif
 
 export function webHref(url, pam = {}, crossPagePam = {}) {
+  console.log(store.state.user, '----1')
   if (!url) {
     return undefined
   }