仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-APP-before
进销存APP-前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
登录页联调开发,首页开发
gaoluyang
2025-08-06
6abe22fc75b115d2a68103a4d8b24d0815a016f8
[product-inventory-APP-before.git]
/
src
/
uni_modules
/
uni-table
/
i18n
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
import en from './en.json'
import es from './es.json'
import fr from './fr.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
es,
fr,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}