登录完成
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user