引入 uview 组件

This commit is contained in:
YunaiV
2021-11-27 20:09:13 +08:00
parent 2da6a746e4
commit 002aea34ae
13 changed files with 911 additions and 63 deletions

View File

@ -61,7 +61,7 @@ export const msg = (title = '', param={}) => {
* @return {Boolean} 是否登陆
*/
export const isLogin = (options = {}) => {
const token = this.getAuthToken();
const token = getAuthToken();
if (token) {
return true;
}