mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
引入 uview 组件
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user