123456789101112131415161718192021222324252627282930313233343536 |
- export default {
- dashboard: 'Dashboard',
- about: '关于',
- workbench: '工作台',
- analysis: '分析页',
- corporation: '企业管理',
- corporationAccount: '企业账号',
- corporationVerify: '企业认证',
- bulletin: '信息发布',
- bulletinRentInfo: '出租信息',
- bulletinSellInfo: '出售信息',
- bulletinDecoration: '工地装修',
- advertisement: '广告位',
- advertisementList: '轮播图',
- advertisementPads: '推荐位',
- scenes: 'VR场景管理',
- scenesDownload: '场景下载',
- scenesList: '场景列表',
- scenesLive: '直播',
- scenesRoom: '房间管理',
- devices: '设备管理',
- product: '商品管理',
- productRef: '商品属性',
- productList: '商品列表',
- productCategory: '商品分类',
- order: '订单管理',
- orderList: '订单列表',
- orderDetail: '订单详情',
- member: '会员管理',
- memberList: '会员列表',
- staff: '员工管理',
- staffList: '员工列表',
- staffClean: '清除状态',
- feedback: '反馈管理',
- feedbackList: '反馈列表',
- };
|