You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
195 B
10 lines
195 B
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '',
|
|
select: '选择',
|
|
params: '参数',
|
|
service: '商品服务',
|
|
allGoods: '全部商品',
|
|
image: '图片',
|
|
video: '视频'
|
|
}
|
|
|