[新增地址管理模块]

This commit is contained in:
2021-09-16 11:26:45 +08:00
parent c95401abc5
commit 6946d6bc82
169 changed files with 34400 additions and 1377 deletions

15
node_modules/uview-ui/libs/config/config.js generated vendored Normal file
View File

@@ -0,0 +1,15 @@
// 此版本发布于2020-12-17
let version = '1.8.3';
export default {
v: version,
version: version,
// 主题名称
type: [
'primary',
'success',
'info',
'error',
'warning'
]
}