@@ -88,7 +88,7 @@
console.log(appToken);
if (!userID || !appToken) {
localStorage.clear();
- location.href = '<?php echo Yii::app()->request->baseUrl . '/j/web/wxIndex'; ?>';
+ location.href = '<?php echo Yii::app()->request->baseUrl . 'index.php?r=j/web/wxIndex'; ?>';
}
var uri = location.href
if (uri.indexOf('state=yiguanjia') > -1 && userID && appToken) {