管理端web端提交
This commit is contained in:
7
web/src/utils/tools.js
Normal file
7
web/src/utils/tools.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const getToken = () => localStorage.getItem("token")
|
||||
export const $confirm = ()=>{
|
||||
|
||||
}
|
||||
export default {
|
||||
getToken,$confirm
|
||||
}
|
||||
Reference in New Issue
Block a user