|
@@ -1,310 +1,7 @@
|
|
{
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/login/login",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //登录
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/energyCenter/login/login",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //登录
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
-
|
|
|
|
- "path": "pages/businessHall/index/index",
|
|
|
|
- "style": {
|
|
|
|
- //主页-微营业厅
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/message/message",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //消息
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/mine/mine",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //我的
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/recharge/accountRecharge",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //账户充值
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/recharge/rechargeRecord",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //充值记录
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/recharge/paymentResult",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //支付结果
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/recharge/rechargeDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //充值详情
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/billingRules/billingRules",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //计费规则
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/deductionRecord/deductionRecord",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //扣费记录
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/deductionRecord/deductionDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //扣费详情
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/message/messageList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //停电通知
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/mine/tenantInformation",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //租户信息
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/mine/personInfos",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //个人信息
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/businessHall/mine/electronicMonitoring",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //用电监控
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/returnBalance/returnBalance",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/returnBalance/returnApplication",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/returnBalance/returnDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/recharge/monthlyBill",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/invoiceManagement",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/issueInvoice",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/billingDescription",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/applyBilling",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/invoiceDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/viewE-invoice",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/InvoiceTitleManagement",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/addInvoiceTitle",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/editInvoiceTitle",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/invoiceManagement/personalTitle",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/setting",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/contactService",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/cancelAccount",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/changePassword",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/changePhone",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/businessHall/mine/findBackPassword",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
"path" : "pages/statistics/statistics",
|
|
"path" : "pages/statistics/statistics",
|
|
"style" :
|
|
"style" :
|