|
|
@@ -1,310 +1,321 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "autoscan": true,
|
|
|
- "custom": {
|
|
|
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
- "^qiun-(.*)": "@/components/uCharts/qiun-$1/qiun-$1.vue",
|
|
|
- "^vb-(.*)": "@/components/vber/$1/vb-$1.vue"
|
|
|
- }
|
|
|
- },
|
|
|
- "pages": [
|
|
|
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/welcome",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "盐城中学校友会"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/account/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/account/register",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注册新用户"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/mine/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/common/webview/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "浏览网页"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/common/textview/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "浏览文本"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/account/forgetPwd",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "忘记密码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/account/systemLogin",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "后台管理系统"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/alumnus/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "校友通讯录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/activity/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "校友活动"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/help/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "校友互助"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/news/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "新闻资讯"
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
- "root": "pages-sub/mine",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "profile/edit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "完善个人信息"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "profile/avatar",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "上传头像"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "setting",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "应用设置"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "privacy",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "隐私设置"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pwd",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "修改密码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "about",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "关于我们"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "help",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "常见问题"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages-sub/alumnus",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "校友主页"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages-sub/activity",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "edit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "创建活动"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "活动详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "apply",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "活动报名"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "applyList",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报名列表"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "applyAudit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "报名审核"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "myActivity",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的活动"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages-sub/help",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "互助详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "edit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "编辑互助"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "myHelp",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的互助"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
- "tabBar": {
|
|
|
- "color": "#8a8a8a",
|
|
|
- "selectedColor": "#0e9489",
|
|
|
- "borderStyle": "white",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/images/tabbar/home.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/home2.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/activity/index",
|
|
|
- "iconPath": "static/images/tabbar/activity.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/activity2.png",
|
|
|
- "text": "活动"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/help/index",
|
|
|
- "iconPath": "static/images/tabbar/help.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/help2.png",
|
|
|
- "text": "互助"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/alumnus/index",
|
|
|
- "iconPath": "static/images/tabbar/alumnus.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/alumnus2.png",
|
|
|
- "text": "通讯录"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
- "iconPath": "static/images/tabbar/mine.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/mine2.png",
|
|
|
- "text": "个人中心"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "盐城中学校友会",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8",
|
|
|
- "usingComponents": {
|
|
|
- //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
|
|
|
- // "van-action-sheet": "/wxcomponents/vant/dist/action-sheet/index",
|
|
|
- // "van-area": "/wxcomponents/vant/dist/area/index",
|
|
|
- // // "van-badge": "/wxcomponents/vant/dist/badge/index",
|
|
|
- // // "van-badge-group": "/wxcomponents/vant/dist/badge-group/index",
|
|
|
- // "van-button": "/wxcomponents/vant/dist/button/index",
|
|
|
- // "van-card": "/wxcomponents/vant/dist/card/index",
|
|
|
- // "van-cell": "/wxcomponents/vant/dist/cell/index",
|
|
|
- // "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
|
|
|
- // "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
|
|
|
- // "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
|
|
|
- // "van-col": "/wxcomponents/vant/dist/col/index",
|
|
|
- // "van-dialog": "/wxcomponents/vant/dist/dialog/index",
|
|
|
- // "van-field": "/wxcomponents/vant/dist/field/index",
|
|
|
- // // "van-goods-action": "/wxcomponents/vant/dist/goods-action/index",
|
|
|
- // // "van-goods-action-icon": "/wxcomponents/vant/dist/goods-action-icon/index",
|
|
|
- // // "van-goods-action-button": "/wxcomponents/vant/dist/goods-action-button/index",
|
|
|
- // "van-icon": "/wxcomponents/vant/dist/icon/index",
|
|
|
- // "van-loading": "/wxcomponents/vant/dist/loading/index",
|
|
|
- // "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
|
|
|
- // "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
|
|
|
- // "van-notify": "/wxcomponents/vant/dist/notify/index",
|
|
|
- // "van-panel": "/wxcomponents/vant/dist/panel/index",
|
|
|
- // "van-popup": "/wxcomponents/vant/dist/popup/index",
|
|
|
- // "van-progress": "/wxcomponents/vant/dist/progress/index",
|
|
|
- // "van-radio": "/wxcomponents/vant/dist/radio/index",
|
|
|
- // "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
|
|
|
- // "van-row": "/wxcomponents/vant/dist/row/index",
|
|
|
- // "van-search": "/wxcomponents/vant/dist/search/index",
|
|
|
- // "van-slider": "/wxcomponents/vant/dist/slider/index",
|
|
|
- // "van-stepper": "/wxcomponents/vant/dist/stepper/index",
|
|
|
- // "van-steps": "/wxcomponents/vant/dist/steps/index",
|
|
|
- // "van-submit-bar": "/wxcomponents/vant/dist/submit-bar/index",
|
|
|
- // "van-swipe-cell": "/wxcomponents/vant/dist/swipe-cell/index",
|
|
|
- // "van-switch": "/wxcomponents/vant/dist/switch/index",
|
|
|
- // // "van-switch-cell": "/wxcomponents/vant/dist/switch-cell/index",
|
|
|
- // "van-tab": "/wxcomponents/vant/dist/tab/index",
|
|
|
- // "van-tabs": "/wxcomponents/vant/dist/tabs/index",
|
|
|
- // "van-tabbar": "/wxcomponents/vant/dist/tabbar/index",
|
|
|
- // "van-tabbar-item": "/wxcomponents/vant/dist/tabbar-item/index",
|
|
|
- // "van-tag": "/wxcomponents/vant/dist/tag/index",
|
|
|
- // "van-toast": "/wxcomponents/vant/dist/toast/index",
|
|
|
- // "van-transition": "/wxcomponents/vant/dist/transition/index",
|
|
|
- // "van-tree-select": "/wxcomponents/vant/dist/tree-select/index",
|
|
|
- // "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
|
|
|
- // "van-rate": "/wxcomponents/vant/dist/rate/index",
|
|
|
- // "van-collapse": "/wxcomponents/vant/dist/collapse/index",
|
|
|
- // "van-collapse-item": "/wxcomponents/vant/dist/collapse-item/index",
|
|
|
- // "van-picker": "/wxcomponents/vant/dist/picker/index"
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+ "easycom": {
|
|
|
+ "autoscan": true,
|
|
|
+ "custom": {
|
|
|
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
+ "^qiun-(.*)": "@/components/uCharts/qiun-$1/qiun-$1.vue",
|
|
|
+ "^vb-(.*)": "@/components/vber/$1/vb-$1.vue"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "pages": [
|
|
|
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/welcome",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "盐城中学校友会"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/account/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/account/register",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注册新用户"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/mine/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/common/webview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "浏览网页"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/common/textview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "浏览文本"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/account/forgetPwd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "忘记密码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/account/systemLogin",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "后台管理系统"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/alumnus/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校友通讯录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/activity/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校友活动"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/help/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校友互助"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/news/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "新闻资讯"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "pages-sub/mine",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "profile/edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "完善个人信息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "profile/avatar",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "上传头像"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "setting",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "应用设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "privacy",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "隐私设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pwd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "修改密码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "about",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "关于我们"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "help",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "常见问题"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages-sub/alumnus",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "校友主页"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages-sub/activity",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "创建活动"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "活动详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "apply",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "活动报名"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "applyList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报名列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "applyAudit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "报名审核"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "myActivity",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的活动"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages-sub/help",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "互助详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "编辑互助"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "myHelp",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的互助"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages-sub/news",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "资讯详情"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#8a8a8a",
|
|
|
+ "selectedColor": "#0e9489",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/news/index",
|
|
|
+ "iconPath": "static/images/tabbar/home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/home2.png",
|
|
|
+ "text": "资讯"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/activity/index",
|
|
|
+ "iconPath": "static/images/tabbar/activity.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/activity2.png",
|
|
|
+ "text": "活动"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/help/index",
|
|
|
+ "iconPath": "static/images/tabbar/help.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/help2.png",
|
|
|
+ "text": "互助"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/alumnus/index",
|
|
|
+ "iconPath": "static/images/tabbar/alumnus.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/alumnus2.png",
|
|
|
+ "text": "通讯录"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
+ "iconPath": "static/images/tabbar/mine.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/mine2.png",
|
|
|
+ "text": "个人中心"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "盐城中学校友会",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
+ "usingComponents": {
|
|
|
+ //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
|
|
|
+ // "van-action-sheet": "/wxcomponents/vant/dist/action-sheet/index",
|
|
|
+ // "van-area": "/wxcomponents/vant/dist/area/index",
|
|
|
+ // // "van-badge": "/wxcomponents/vant/dist/badge/index",
|
|
|
+ // // "van-badge-group": "/wxcomponents/vant/dist/badge-group/index",
|
|
|
+ // "van-button": "/wxcomponents/vant/dist/button/index",
|
|
|
+ // "van-card": "/wxcomponents/vant/dist/card/index",
|
|
|
+ // "van-cell": "/wxcomponents/vant/dist/cell/index",
|
|
|
+ // "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
|
|
|
+ // "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
|
|
|
+ // "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
|
|
|
+ // "van-col": "/wxcomponents/vant/dist/col/index",
|
|
|
+ // "van-dialog": "/wxcomponents/vant/dist/dialog/index",
|
|
|
+ // "van-field": "/wxcomponents/vant/dist/field/index",
|
|
|
+ // // "van-goods-action": "/wxcomponents/vant/dist/goods-action/index",
|
|
|
+ // // "van-goods-action-icon": "/wxcomponents/vant/dist/goods-action-icon/index",
|
|
|
+ // // "van-goods-action-button": "/wxcomponents/vant/dist/goods-action-button/index",
|
|
|
+ // "van-icon": "/wxcomponents/vant/dist/icon/index",
|
|
|
+ // "van-loading": "/wxcomponents/vant/dist/loading/index",
|
|
|
+ // "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
|
|
|
+ // "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
|
|
|
+ // "van-notify": "/wxcomponents/vant/dist/notify/index",
|
|
|
+ // "van-panel": "/wxcomponents/vant/dist/panel/index",
|
|
|
+ // "van-popup": "/wxcomponents/vant/dist/popup/index",
|
|
|
+ // "van-progress": "/wxcomponents/vant/dist/progress/index",
|
|
|
+ // "van-radio": "/wxcomponents/vant/dist/radio/index",
|
|
|
+ // "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
|
|
|
+ // "van-row": "/wxcomponents/vant/dist/row/index",
|
|
|
+ // "van-search": "/wxcomponents/vant/dist/search/index",
|
|
|
+ // "van-slider": "/wxcomponents/vant/dist/slider/index",
|
|
|
+ // "van-stepper": "/wxcomponents/vant/dist/stepper/index",
|
|
|
+ // "van-steps": "/wxcomponents/vant/dist/steps/index",
|
|
|
+ // "van-submit-bar": "/wxcomponents/vant/dist/submit-bar/index",
|
|
|
+ // "van-swipe-cell": "/wxcomponents/vant/dist/swipe-cell/index",
|
|
|
+ // "van-switch": "/wxcomponents/vant/dist/switch/index",
|
|
|
+ // // "van-switch-cell": "/wxcomponents/vant/dist/switch-cell/index",
|
|
|
+ // "van-tab": "/wxcomponents/vant/dist/tab/index",
|
|
|
+ // "van-tabs": "/wxcomponents/vant/dist/tabs/index",
|
|
|
+ // "van-tabbar": "/wxcomponents/vant/dist/tabbar/index",
|
|
|
+ // "van-tabbar-item": "/wxcomponents/vant/dist/tabbar-item/index",
|
|
|
+ // "van-tag": "/wxcomponents/vant/dist/tag/index",
|
|
|
+ // "van-toast": "/wxcomponents/vant/dist/toast/index",
|
|
|
+ // "van-transition": "/wxcomponents/vant/dist/transition/index",
|
|
|
+ // "van-tree-select": "/wxcomponents/vant/dist/tree-select/index",
|
|
|
+ // "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
|
|
|
+ // "van-rate": "/wxcomponents/vant/dist/rate/index",
|
|
|
+ // "van-collapse": "/wxcomponents/vant/dist/collapse/index",
|
|
|
+ // "van-collapse-item": "/wxcomponents/vant/dist/collapse-item/index",
|
|
|
+ // "van-picker": "/wxcomponents/vant/dist/picker/index"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|