修改我的页面 跳转 小程序
This commit is contained in:
@@ -112,6 +112,7 @@ const router = new VueRouter({
|
||||
routes
|
||||
})
|
||||
|
||||
// 判断是不是首次 加载
|
||||
let isInitialNavigation = true
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
|
||||
@@ -32,7 +32,7 @@ service.interceptors.request.use(config => {
|
||||
// config['headers']['authorization'] = "661aiz52k5e6vqgmkxnz0wvbv8nciz8h"
|
||||
|
||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
||||
if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "43lc4qvhcimp9emvqo3jh6l677"
|
||||
if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "95paemsnrr393p9vikpp16qo72"
|
||||
|
||||
return config
|
||||
}, error => {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<div class="operation-box shadow">
|
||||
<a class="operation-item flexacenter" href="https://www.gter.net/bbs/user/pm.html?mobile=yes">
|
||||
<a class="operation-item flexacenter" href="weixin://dl/business/?appid=wxa9296b07391c2bc7&path=pagesLoginRequired/pages/messageCenter/messageCenter">
|
||||
<div class="operation-left flexacenter">
|
||||
<img class="operation-icom" mode="widthFix" src="@/assets/img/icon/email.png" />消息
|
||||
<!-- <img class="operation-icom" mode="widthFix" src="@/assets/img/user/information.png">消息 -->
|
||||
|
||||
Reference in New Issue
Block a user