|
@@ -206,7 +206,7 @@ export default {
|
|
// 栏目跳转
|
|
// 栏目跳转
|
|
navigator(url) {
|
|
navigator(url) {
|
|
authorize.getSetting().then(res => {
|
|
authorize.getSetting().then(res => {
|
|
- // console.log('是否已授权',res);
|
|
|
|
|
|
+ console.log('是否已授权',res);
|
|
//0:为取消授权 1:为已授权 2:为未操作
|
|
//0:为取消授权 1:为已授权 2:为未操作
|
|
if (res == 1) {
|
|
if (res == 1) {
|
|
if (this.hasLogin) {
|
|
if (this.hasLogin) {
|