|
|
@@ -43,7 +43,7 @@ export default {
|
|
|
if(this.$util.isEmpty(token)){
|
|
|
//首页、花店采购页、欠款单列表页、结账单详情页、花材详情页
|
|
|
if(currentRoute == 'admin/home/workbench' || currentRoute == 'pagesPurchase/ghsProduct' || currentRoute == 'pagesPurchase/gathering' || currentRoute == 'admin/clear/info' || currentRoute == 'pagesPurchase/purDetails' ||
|
|
|
- currentRoute == 'admin/ghsProduct/detail' || currentRoute == 'admin/ljh/info'){
|
|
|
+ currentRoute == 'admin/ghsProduct/detail' || currentRoute == 'admin/ljh/info' || currentRoute == 'pagesPurchase/shopping'){
|
|
|
wxLoginFn(true).then(res => {
|
|
|
let token = res.data.token || ''
|
|
|
//用于开启小程序自动登录
|