123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "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
- }
- }
- },
- {
- "path": "pages/registered/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/xieyi/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/zhaohui/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/zhtijiao/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus":{
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/chuanghome/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"
- }
- }
|