12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "easycom": {
- "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/wardrobe/index",
- "style": {
- "navigationBarTitleText": "衣厨",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/dapei/index",
- "style": {
- "navigationBarTitleText": "消息",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "商场",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/shouye/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/putstorage/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- }
- ],
- "tabBar": {
- "color": "#999",
- "selectedColor": "#82cfd5",
- "borderStyle": "#fff",
- "backgroundColor": "white",
- "iconfontSrc": "static/icon/iconfont.ttf"
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|