学生消费报告

parent 61ae8d1f
...@@ -26,8 +26,8 @@ Vue.use(Vant); ...@@ -26,8 +26,8 @@ Vue.use(Vant);
// echarts图标 // echarts图标
// var echarts = require('echarts') var echarts = require('echarts')
// Vue.prototype.$echarts = echarts Vue.prototype.$echarts = echarts
// console.log(echarts); // console.log(echarts);
// 微信JSSDK // 微信JSSDK
......
{ {
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/ConsumptionReport/ConsumptionReport",
"style": {
"navigationBarTitleText": "消费报告",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{ {
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
...@@ -12,7 +20,8 @@ ...@@ -12,7 +20,8 @@
"titleNView": "transparent" "titleNView": "transparent"
} }
} }
}, { },
{
"path": "pages/WxworkTearch/WxworkTearch", "path": "pages/WxworkTearch/WxworkTearch",
"style": { "style": {
"navigationBarTitleText": "企业微信教职工采集签约助手", "navigationBarTitleText": "企业微信教职工采集签约助手",
...@@ -20,7 +29,8 @@ ...@@ -20,7 +29,8 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, { },
{
"path": "pages/wxWorkAuth/wxWorkAuth", "path": "pages/wxWorkAuth/wxWorkAuth",
"style": { "style": {
"navigationBarTitleText": "校智付", "navigationBarTitleText": "校智付",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment