north 7 年之前
父節點
當前提交
297e8ff339
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/protected/modules/j/views/web/index.php

+ 1 - 1
www/protected/modules/j/views/web/index.php

@@ -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) {