安卓扫码器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

164 lines
3.4 KiB

{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/scan/Scan",
"style": {
"navigationBarTitleText": "ScanCode",
"enablePullDownRefresh": false
}
},
{
"path": "pages/create/Create",
"style": {
"navigationBarTitleText": "Create",
"enablePullDownRefresh": false
}
},{
"path": "pages/history/History",
"style": {
"navigationBarTitleText": "History",
"enablePullDownRefresh": false
}
},
{
"path": "pages/setting/Setting",
"style": {
"navigationBarTitleText": "Setting",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Barcode",
"style": {
"navigationBarTitleText": "Barcode",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Book",
"style": {
"navigationBarTitleText": "Book",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Calendar",
"style": {
"navigationBarTitleText": "Calendar",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Contacts",
"style": {
"navigationBarTitleText": "Contacts",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Email",
"style": {
"navigationBarTitleText": "Email",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Location",
"style": {
"navigationBarTitleText": "Location",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Paypal",
"style": {
"navigationBarTitleText": "Paypal",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Product",
"style": {
"navigationBarTitleText": "Product",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Sms",
"style": {
"navigationBarTitleText": "Sms",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Tel",
"style": {
"navigationBarTitleText": "Tel",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Wifi",
"style": {
"navigationBarTitleText": "Wifi",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Text",
"style": {
"navigationBarTitleText": "Text",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/Url",
"style": {
"navigationBarTitleText": "Url",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ScanCode",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
//tab
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1296DB",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/scan/Scan",
"iconPath": "static/art-default.png",
"selectedIconPath": "static/art-select.png",
"text": "Scan"
},
{
"pagePath": "pages/history/History",
"iconPath": "static/art-default.png",
"selectedIconPath": "static/art-select.png",
"text": "History"
},
{
"pagePath": "pages/create/Create",
"iconPath": "static/art-default.png",
"selectedIconPath": "static/art-select.png",
"text": "Create"
},
{
"pagePath": "pages/setting/Setting",
"iconPath": "static/art-default.png",
"selectedIconPath": "static/art-select.png",
"text": "Setting"
}
]
}
}