开发课程记录相关页

This commit is contained in:
田岩
2025-08-26 17:35:05 +08:00
parent e8251c26e3
commit 4bbe69c9e8
14 changed files with 1225 additions and 582 deletions
+2
View File
@@ -162,6 +162,8 @@ const formatDate2 = (timestamp, format = 'yyyy-MM-dd HH:mm:ss') => {
.replace('ss', seconds.toString().padStart(2, '0'))
}
// 获取token
export const getToken = () => uni.getStorageSync('token')
export const setToken = data => uni.setStorageSync('token', data)