公告板
版本库
filestore
活动
搜索
登录
张晓旭
/
zhihuigonghui-front
智慧工会小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
智慧工会
zhangxiaoxu123456
2021-12-17
4d4a844ef624dde8667b314d353599297f6cb8d9
[~zhangxiaoxu/zhihuigonghui-front.git]
/
node_modules
/
moment
/
src
/
lib
/
locale
/
constructor.js
1
2
3
4
5
export function Locale(config) {
if (config != null) {
this.set(config);
}
}