11 lines
229 B
JavaScript
11 lines
229 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Product List',
|
|
Random:'Comprehensive',
|
|
Sales:'Sales',
|
|
Price:'Price',
|
|
Filter:'Filter',
|
|
Search:'Please enter the product you want to search',
|
|
Make:'Consult',
|
|
|
|
} |