|
@@ -51,7 +51,8 @@ Vue.filter('dateFormat', (dataStr) => {
|
|
|
})
|
|
|
|
|
|
|
|
|
-import { getWxOpenId } from './script/wxGetOpenId.js'
|
|
|
+// import { getWxOpenId } from './script/wxGetOpenId.js'
|
|
|
+export { getWxOpenId } from './script/wxGetOpenId.js'
|
|
|
const whiteList = ['/Login']
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
// if (to.matched.some(record => record.meta.needLogin)) { // 判断该路由是否需要登录权限
|