学生消费报告

parent 61ae8d1f
......@@ -26,8 +26,8 @@ Vue.use(Vant);
// echarts图标
// var echarts = require('echarts')
// Vue.prototype.$echarts = echarts
var echarts = require('echarts')
Vue.prototype.$echarts = echarts
// console.log(echarts);
// 微信JSSDK
......
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/ConsumptionReport/ConsumptionReport",
"style": {
"navigationBarTitleText": "消费报告",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
......@@ -12,7 +20,8 @@
"titleNView": "transparent"
}
}
}, {
},
{
"path": "pages/WxworkTearch/WxworkTearch",
"style": {
"navigationBarTitleText": "企业微信教职工采集签约助手",
......@@ -20,7 +29,8 @@
"navigationStyle": "custom"
}
}, {
},
{
"path": "pages/wxWorkAuth/wxWorkAuth",
"style": {
"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