✨ 重置密码:优化接入
This commit is contained in:
+4
-1
@@ -7,4 +7,7 @@ Object.keys(files).forEach((key) => {
|
||||
};
|
||||
});
|
||||
|
||||
export default api;
|
||||
// TODO 芋艿:直接在 useModal 引入 AuthUtil 会报错,所以采用这用这方式先
|
||||
api.AuthUtil = import.meta.globEager('./member/auth.js')['./member/auth.js'].default;
|
||||
|
||||
export default api;
|
||||
Reference in New Issue
Block a user