重置密码:优化接入

This commit is contained in:
YunaiV
2023-12-17 17:52:49 +08:00
parent 22fffcb029
commit 2c7d89d711
7 changed files with 20 additions and 33 deletions
+4 -1
View File
@@ -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;