登录完成

This commit is contained in:
2023-01-14 22:55:34 +08:00
parent 7b22656d34
commit 017af8b64a
13 changed files with 313 additions and 138 deletions

View File

@@ -1,7 +1,9 @@
export const getToken = () => localStorage.getItem("token")
export const $confirm = ()=>{
import {mainStore} from "./store";
export const getToken = () => mainStore()?.token
export const $confirm = () => {
}
export default {
getToken,$confirm
getToken, $confirm
}