上传代码
This commit is contained in:
4
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
4
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
require('./common/runtime.js')
|
||||
require('./common/vendor.js')
|
||||
require('./common/main.js')
|
43
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
43
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/bleConnect/bleConnect",
|
||||
"pages/sendCommand/sendCommand",
|
||||
"pages/login/login",
|
||||
"pages/my/my",
|
||||
"pages/message/message",
|
||||
"pages/product/product",
|
||||
"pages/talk/talk"
|
||||
],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"selectedColor": "#4095e5",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "订单",
|
||||
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
||||
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/message/message",
|
||||
"text": "消息",
|
||||
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
||||
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
"iconPath": "static/img/abc_ic_star_black_16dp.png",
|
||||
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
3
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.wxss
vendored
Normal file
3
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/app.wxss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
@import './common/main.wxss';
|
||||
|
||||
[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}
|
43
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/project.config.json
vendored
Normal file
43
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/project.config.json
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"description": "项目配置文件。",
|
||||
"packOptions": {
|
||||
"ignore": []
|
||||
},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": true,
|
||||
"postcss": true,
|
||||
"minified": true,
|
||||
"newFeature": true,
|
||||
"bigPackageSizeSupport": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
"appid": "touristappid",
|
||||
"projectname": "打印小票",
|
||||
"condition": {
|
||||
"search": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"conversation": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"game": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"miniprogram": {
|
||||
"current": 0,
|
||||
"list": [
|
||||
{
|
||||
"name": "",
|
||||
"path": "",
|
||||
"query": "",
|
||||
"id": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
7
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/project.private.config.json
vendored
Normal file
7
p-BluPrint_1.0.288888/unpackage/dist/dev/mp-weixin/project.private.config.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||
"projectname": "打印小票",
|
||||
"setting": {
|
||||
"compileHotReLoad": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user