10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '',
|
|
select: 'Select',
|
|
params: 'Parameters',
|
|
service: 'Product Service',
|
|
allGoods: 'All Products',
|
|
image: 'Image',
|
|
video: 'Video'
|
|
} |