| 
														
															@@ -4,6 +4,7 @@ import wx from 'weixin-js-sdk' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { 
														 | 
														
														 | 
														
															 import { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   isWeixin 
														 | 
														
														 | 
														
															   isWeixin 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } from "./common.js" 
														 | 
														
														 | 
														
															 } from "./common.js" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import store from '@/store/index.js' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export const navToPage = (function() { 
														 | 
														
														 | 
														
															 export const navToPage = (function() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   var gopageid = null 
														 | 
														
														 | 
														
															   var gopageid = null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   return function(p) { 
														 | 
														
														 | 
														
															   return function(p) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -58,4 +59,12 @@ export const navToPage = (function() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     // #endif 
														 | 
														
														 | 
														
															     // #endif 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-})() 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+})() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+export function webViewHref(url) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  if (!!~url.indexOf("?")) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    return process.env.VUE_APP_HREF + url + "&x-token=" + store.getters.token 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    return process.env.VUE_APP_HREF + url + "?x-token=" + store.getters.token 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 |