diff --git a/components/container/container.vue b/components/container/container.vue new file mode 100644 index 0000000..ae4665b --- /dev/null +++ b/components/container/container.vue @@ -0,0 +1,195 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 5c58392..7753d8b 100644 --- a/pages.json +++ b/pages.json @@ -4,71 +4,55 @@ "^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/loading/index", - "style": { - "navigationBarTitleText": "云预约", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { "path": "pages/home/home", "style": { - "navigationBarTitleText": "云预约", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/reserve/index", + "path": "pages/home/ticket", "style": { - "navigationBarTitleText": "网上预约", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/reserve/notice", + "path": "pages/home/theme", "style": { - "navigationBarTitleText": "预约须知", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/reserve/timeSelect", + "path": "pages/home/dept", "style": { - "navigationBarTitleText": "预约时间", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/reserve/confirm", + "path": "pages/home/businessList", "style": { - "navigationBarTitleText": "预约确认", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { - "path": "pages/myReserve/index", + "path": "pages/home/guide", "style": { - "navigationBarTitleText": "我的预约", + "navigationBarTitleText": "自助取号机", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, - { - "path": "pages/myReserve/detail", - "style": { - "navigationBarTitleText": "预约详情", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - diff --git a/pages/demo/crud.vue b/pages/demo/crud.vue deleted file mode 100644 index 7098f16..0000000 --- a/pages/demo/crud.vue +++ /dev/null @@ -1,24 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/demo/crud1.vue b/pages/demo/crud1.vue deleted file mode 100644 index 41ea56b..0000000 --- a/pages/demo/crud1.vue +++ /dev/null @@ -1,441 +0,0 @@ - - - - - diff --git a/pages/demo/crud2.vue b/pages/demo/crud2.vue deleted file mode 100644 index ecabdfa..0000000 --- a/pages/demo/crud2.vue +++ /dev/null @@ -1,326 +0,0 @@ - - - - diff --git a/pages/demo/demo.config.js b/pages/demo/demo.config.js deleted file mode 100644 index bc43894..0000000 --- a/pages/demo/demo.config.js +++ /dev/null @@ -1,40 +0,0 @@ -export default [{ - groupName: '基础功能', - list: [{ - path: '/pages/demo/storage', - icon: 'cell', - title: 'Storage 操作', - }, { - path: '/pages/demo/vuex', - icon: 'sticky', - title: 'Vuex 操作', - }] - }, - { - groupName: '网络功能', - list: [{ - path: '/pages/demo/mock', - icon: 'layout', - title: 'Mock 调用', - }, { - path: '/pages/demo/request', - icon: 'tabbar', - title: 'API 调用', - }] - }, { - groupName: '业务功能', - list: [{ - path: '/pages/demo/crud1', - icon: 'tag', - title: 'CRUD 操作(基于Uniapp)', - },{ - path: '/pages/demo/crud2', - icon: 'tag', - title: 'CRUD 操作(基于Uview)', - },{ - path: '/pages/componentsA/parse/index', - icon: 'loading', - title: '未完待续', - }] - }, -] diff --git a/pages/demo/demo.vue b/pages/demo/demo.vue deleted file mode 100644 index 6ae1674..0000000 --- a/pages/demo/demo.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - diff --git a/pages/demo/mock.vue b/pages/demo/mock.vue deleted file mode 100644 index b9822f7..0000000 --- a/pages/demo/mock.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/pages/demo/request.vue b/pages/demo/request.vue deleted file mode 100644 index f5de0fa..0000000 --- a/pages/demo/request.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - diff --git a/pages/demo/storage.vue b/pages/demo/storage.vue deleted file mode 100644 index 80c9d53..0000000 --- a/pages/demo/storage.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - diff --git a/pages/demo/vuex.vue b/pages/demo/vuex.vue deleted file mode 100644 index ff2a853..0000000 --- a/pages/demo/vuex.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - diff --git a/pages/home/businessList.vue b/pages/home/businessList.vue new file mode 100644 index 0000000..879746c --- /dev/null +++ b/pages/home/businessList.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/pages/home/dept.vue b/pages/home/dept.vue new file mode 100644 index 0000000..0463be5 --- /dev/null +++ b/pages/home/dept.vue @@ -0,0 +1,107 @@ + + + + + \ No newline at end of file diff --git a/pages/home/guide.vue b/pages/home/guide.vue new file mode 100644 index 0000000..8cd5716 --- /dev/null +++ b/pages/home/guide.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 79e84b5..72760bd 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -1,253 +1,94 @@ - \ No newline at end of file diff --git a/pages/home/theme.vue b/pages/home/theme.vue new file mode 100644 index 0000000..6809d53 --- /dev/null +++ b/pages/home/theme.vue @@ -0,0 +1,107 @@ + + + + + \ No newline at end of file diff --git a/pages/home/ticket.vue b/pages/home/ticket.vue new file mode 100644 index 0000000..d6cf5ff --- /dev/null +++ b/pages/home/ticket.vue @@ -0,0 +1,177 @@ + + + + + \ No newline at end of file diff --git a/pages/manage/dept.vue b/pages/manage/dept.vue deleted file mode 100644 index 6e1e033..0000000 --- a/pages/manage/dept.vue +++ /dev/null @@ -1,377 +0,0 @@ - - - - - diff --git a/pages/manage/dict.vue b/pages/manage/dict.vue deleted file mode 100644 index 738fb5a..0000000 --- a/pages/manage/dict.vue +++ /dev/null @@ -1,489 +0,0 @@ - - - - - diff --git a/pages/manage/manage.vue b/pages/manage/manage.vue deleted file mode 100644 index 6529c39..0000000 --- a/pages/manage/manage.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - diff --git a/pages/manage/notice.vue b/pages/manage/notice.vue deleted file mode 100644 index ecabdfa..0000000 --- a/pages/manage/notice.vue +++ /dev/null @@ -1,326 +0,0 @@ - - - - diff --git a/pages/manage/post.vue b/pages/manage/post.vue deleted file mode 100644 index e190c6c..0000000 --- a/pages/manage/post.vue +++ /dev/null @@ -1,311 +0,0 @@ - - - - - diff --git a/pages/manage/role.vue b/pages/manage/role.vue deleted file mode 100644 index e199064..0000000 --- a/pages/manage/role.vue +++ /dev/null @@ -1,372 +0,0 @@ - - - - - diff --git a/pages/news/detail.vue b/pages/news/detail.vue deleted file mode 100644 index 39b2e36..0000000 --- a/pages/news/detail.vue +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - diff --git a/pages/news/list.vue b/pages/news/list.vue deleted file mode 100644 index d7ddcf3..0000000 --- a/pages/news/list.vue +++ /dev/null @@ -1,259 +0,0 @@ - - - - - diff --git a/pages/rich/index.vue b/pages/rich/index.vue deleted file mode 100644 index c8fffcf..0000000 --- a/pages/rich/index.vue +++ /dev/null @@ -1,357 +0,0 @@ - - - - - diff --git a/pages/service/service.vue b/pages/service/service.vue deleted file mode 100644 index 7f39ff9..0000000 --- a/pages/service/service.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - diff --git a/pages/system/setting.vue b/pages/system/setting.vue deleted file mode 100644 index a41b8fe..0000000 --- a/pages/system/setting.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/pages/user/center.vue b/pages/user/center.vue deleted file mode 100644 index dd0cac3..0000000 --- a/pages/user/center.vue +++ /dev/null @@ -1,252 +0,0 @@ - - - - - diff --git a/pages/user/profile.vue b/pages/user/profile.vue deleted file mode 100644 index 5175c6f..0000000 --- a/pages/user/profile.vue +++ /dev/null @@ -1,213 +0,0 @@ - - - - - diff --git a/static/images/crud/create.png b/static/images/crud/create.png deleted file mode 100644 index ba380e4..0000000 Binary files a/static/images/crud/create.png and /dev/null differ diff --git a/static/images/crud/empty.png b/static/images/crud/empty.png deleted file mode 100644 index c8a8011..0000000 Binary files a/static/images/crud/empty.png and /dev/null differ diff --git a/static/images/head_bg.png b/static/images/head_bg.png deleted file mode 100644 index 9f6b9e4..0000000 Binary files a/static/images/head_bg.png and /dev/null differ diff --git a/static/images/home/back_icon.png b/static/images/home/back_icon.png new file mode 100644 index 0000000..b3eae25 Binary files /dev/null and b/static/images/home/back_icon.png differ diff --git a/static/images/home/banner1.png b/static/images/home/banner1.png deleted file mode 100644 index 130c2c6..0000000 Binary files a/static/images/home/banner1.png and /dev/null differ diff --git a/static/images/home/banner2.png b/static/images/home/banner2.png deleted file mode 100644 index 671e05b..0000000 Binary files a/static/images/home/banner2.png and /dev/null differ diff --git a/static/images/home/banner3.png b/static/images/home/banner3.png deleted file mode 100644 index 16ae265..0000000 Binary files a/static/images/home/banner3.png and /dev/null differ diff --git a/static/images/home/bg.png b/static/images/home/bg.png new file mode 100644 index 0000000..67cf590 Binary files /dev/null and b/static/images/home/bg.png differ diff --git a/static/images/home/date.png b/static/images/home/date.png deleted file mode 100644 index 8e3f7b0..0000000 Binary files a/static/images/home/date.png and /dev/null differ diff --git a/static/images/home/focus.png b/static/images/home/focus.png deleted file mode 100644 index 85691fd..0000000 Binary files a/static/images/home/focus.png and /dev/null differ diff --git a/static/images/home/footer_bg.png b/static/images/home/footer_bg.png new file mode 100644 index 0000000..39cf196 Binary files /dev/null and b/static/images/home/footer_bg.png differ diff --git a/static/images/home/idcard_bg.png b/static/images/home/idcard_bg.png new file mode 100644 index 0000000..766cfd0 Binary files /dev/null and b/static/images/home/idcard_bg.png differ diff --git a/static/images/home/logout_icon.png b/static/images/home/logout_icon.png new file mode 100644 index 0000000..f865ca9 Binary files /dev/null and b/static/images/home/logout_icon.png differ diff --git a/static/images/home/message.png b/static/images/home/message.png deleted file mode 100644 index bc15163..0000000 Binary files a/static/images/home/message.png and /dev/null differ diff --git a/static/images/home/n1.png b/static/images/home/n1.png deleted file mode 100644 index 3a3a4ce..0000000 Binary files a/static/images/home/n1.png and /dev/null differ diff --git a/static/images/home/n2.png b/static/images/home/n2.png deleted file mode 100644 index 9214eb4..0000000 Binary files a/static/images/home/n2.png and /dev/null differ diff --git a/static/images/home/n3.png b/static/images/home/n3.png deleted file mode 100644 index 90be6a7..0000000 Binary files a/static/images/home/n3.png and /dev/null differ diff --git a/static/images/home/n4.png b/static/images/home/n4.png deleted file mode 100644 index cd3a656..0000000 Binary files a/static/images/home/n4.png and /dev/null differ diff --git a/static/images/home/n5.png b/static/images/home/n5.png deleted file mode 100644 index 5522b3a..0000000 Binary files a/static/images/home/n5.png and /dev/null differ diff --git a/static/images/home/notice.png b/static/images/home/notice.png deleted file mode 100644 index a78b14a..0000000 Binary files a/static/images/home/notice.png and /dev/null differ diff --git a/static/images/home/qr.png b/static/images/home/qr.png deleted file mode 100644 index a0af882..0000000 Binary files a/static/images/home/qr.png and /dev/null differ diff --git a/static/images/home/s1.png b/static/images/home/s1.png deleted file mode 100644 index 74cbd64..0000000 Binary files a/static/images/home/s1.png and /dev/null differ diff --git a/static/images/home/s2.png b/static/images/home/s2.png deleted file mode 100644 index 705917a..0000000 Binary files a/static/images/home/s2.png and /dev/null differ diff --git a/static/images/home/s3.png b/static/images/home/s3.png deleted file mode 100644 index c6e48f7..0000000 Binary files a/static/images/home/s3.png and /dev/null differ diff --git a/static/images/home/s4.png b/static/images/home/s4.png deleted file mode 100644 index aa0096c..0000000 Binary files a/static/images/home/s4.png and /dev/null differ diff --git a/static/images/home/s5.png b/static/images/home/s5.png deleted file mode 100644 index e96e2c6..0000000 Binary files a/static/images/home/s5.png and /dev/null differ diff --git a/static/images/home/s6.png b/static/images/home/s6.png deleted file mode 100644 index 44dd953..0000000 Binary files a/static/images/home/s6.png and /dev/null differ diff --git a/static/images/home/s7.png b/static/images/home/s7.png deleted file mode 100644 index 6efb16d..0000000 Binary files a/static/images/home/s7.png and /dev/null differ diff --git a/static/images/home/s8.png b/static/images/home/s8.png deleted file mode 100644 index e22ef52..0000000 Binary files a/static/images/home/s8.png and /dev/null differ diff --git a/static/images/home/search.png b/static/images/home/search.png deleted file mode 100644 index 5ca9212..0000000 Binary files a/static/images/home/search.png and /dev/null differ diff --git a/static/images/home/service.png b/static/images/home/service.png deleted file mode 100644 index a619ed5..0000000 Binary files a/static/images/home/service.png and /dev/null differ diff --git a/static/images/home/top_bg.png b/static/images/home/top_bg.png new file mode 100644 index 0000000..640290a Binary files /dev/null and b/static/images/home/top_bg.png differ diff --git a/static/images/logo.png b/static/images/logo.png deleted file mode 100644 index 8a22480..0000000 Binary files a/static/images/logo.png and /dev/null differ diff --git a/static/images/manage/authority.png b/static/images/manage/authority.png deleted file mode 100644 index f98585c..0000000 Binary files a/static/images/manage/authority.png and /dev/null differ diff --git a/static/images/manage/classify.png b/static/images/manage/classify.png deleted file mode 100644 index babf860..0000000 Binary files a/static/images/manage/classify.png and /dev/null differ diff --git a/static/images/manage/dept.png b/static/images/manage/dept.png deleted file mode 100644 index 34c8caf..0000000 Binary files a/static/images/manage/dept.png and /dev/null differ diff --git a/static/images/manage/dict.png b/static/images/manage/dict.png deleted file mode 100644 index be1e370..0000000 Binary files a/static/images/manage/dict.png and /dev/null differ diff --git a/static/images/manage/notice.png b/static/images/manage/notice.png deleted file mode 100644 index f789868..0000000 Binary files a/static/images/manage/notice.png and /dev/null differ diff --git a/static/images/manage/post.png b/static/images/manage/post.png deleted file mode 100644 index 26b026f..0000000 Binary files a/static/images/manage/post.png and /dev/null differ diff --git a/static/images/manage/role.png b/static/images/manage/role.png deleted file mode 100644 index cb25f14..0000000 Binary files a/static/images/manage/role.png and /dev/null differ diff --git a/static/images/manage/routine.png b/static/images/manage/routine.png deleted file mode 100644 index 11e7377..0000000 Binary files a/static/images/manage/routine.png and /dev/null differ diff --git a/static/images/manage/user.png b/static/images/manage/user.png deleted file mode 100644 index 39247cd..0000000 Binary files a/static/images/manage/user.png and /dev/null differ diff --git a/static/images/newImg/home_bg.png b/static/images/newImg/home_bg.png deleted file mode 100644 index 1b4b06c..0000000 Binary files a/static/images/newImg/home_bg.png and /dev/null differ diff --git a/static/images/newImg/my_icon.png b/static/images/newImg/my_icon.png deleted file mode 100644 index 9631edb..0000000 Binary files a/static/images/newImg/my_icon.png and /dev/null differ diff --git a/static/images/newImg/online_icon.png b/static/images/newImg/online_icon.png deleted file mode 100644 index 399c1a5..0000000 Binary files a/static/images/newImg/online_icon.png and /dev/null differ diff --git a/static/images/news/c.png b/static/images/news/c.png deleted file mode 100644 index 780d504..0000000 Binary files a/static/images/news/c.png and /dev/null differ diff --git a/static/images/news/gf.png b/static/images/news/gf.png deleted file mode 100644 index a8b4bcc..0000000 Binary files a/static/images/news/gf.png and /dev/null differ diff --git a/static/images/news/l.png b/static/images/news/l.png deleted file mode 100644 index 77bcd7b..0000000 Binary files a/static/images/news/l.png and /dev/null differ diff --git a/static/images/news/menu.png b/static/images/news/menu.png deleted file mode 100644 index 25c71d6..0000000 Binary files a/static/images/news/menu.png and /dev/null differ diff --git a/static/images/news/s.png b/static/images/news/s.png deleted file mode 100644 index 8fe28f9..0000000 Binary files a/static/images/news/s.png and /dev/null differ diff --git a/static/images/news/search.png b/static/images/news/search.png deleted file mode 100644 index 420c89c..0000000 Binary files a/static/images/news/search.png and /dev/null differ diff --git a/static/images/news/t.png b/static/images/news/t.png deleted file mode 100644 index 51f4a8d..0000000 Binary files a/static/images/news/t.png and /dev/null differ diff --git a/static/images/news/x.png b/static/images/news/x.png deleted file mode 100644 index 204fee3..0000000 Binary files a/static/images/news/x.png and /dev/null differ diff --git a/static/images/qq.png b/static/images/qq.png deleted file mode 100644 index aa4b01b..0000000 Binary files a/static/images/qq.png and /dev/null differ diff --git a/static/images/rider.png b/static/images/rider.png deleted file mode 100644 index a07a7f3..0000000 Binary files a/static/images/rider.png and /dev/null differ diff --git a/static/images/service/b1.png b/static/images/service/b1.png deleted file mode 100644 index 30957ec..0000000 Binary files a/static/images/service/b1.png and /dev/null differ diff --git a/static/images/service/b2.png b/static/images/service/b2.png deleted file mode 100644 index 84ea33f..0000000 Binary files a/static/images/service/b2.png and /dev/null differ diff --git a/static/images/service/b3.png b/static/images/service/b3.png deleted file mode 100644 index 5f2ddc1..0000000 Binary files a/static/images/service/b3.png and /dev/null differ diff --git a/static/images/service/b4.png b/static/images/service/b4.png deleted file mode 100644 index fbfb506..0000000 Binary files a/static/images/service/b4.png and /dev/null differ diff --git a/static/images/service/b5.png b/static/images/service/b5.png deleted file mode 100644 index d04f2a7..0000000 Binary files a/static/images/service/b5.png and /dev/null differ diff --git a/static/images/service/b6.png b/static/images/service/b6.png deleted file mode 100644 index 3083518..0000000 Binary files a/static/images/service/b6.png and /dev/null differ diff --git a/static/images/service/b7.png b/static/images/service/b7.png deleted file mode 100644 index 4eb501b..0000000 Binary files a/static/images/service/b7.png and /dev/null differ diff --git a/static/images/service/b8.png b/static/images/service/b8.png deleted file mode 100644 index 68a9b04..0000000 Binary files a/static/images/service/b8.png and /dev/null differ diff --git a/static/images/service/s1.png b/static/images/service/s1.png deleted file mode 100644 index f194816..0000000 Binary files a/static/images/service/s1.png and /dev/null differ diff --git a/static/images/service/s2.png b/static/images/service/s2.png deleted file mode 100644 index d347dbd..0000000 Binary files a/static/images/service/s2.png and /dev/null differ diff --git a/static/images/service/s3.png b/static/images/service/s3.png deleted file mode 100644 index a4f3de1..0000000 Binary files a/static/images/service/s3.png and /dev/null differ diff --git a/static/images/service/s4.png b/static/images/service/s4.png deleted file mode 100644 index 2a4d598..0000000 Binary files a/static/images/service/s4.png and /dev/null differ diff --git a/static/images/service/s5.png b/static/images/service/s5.png deleted file mode 100644 index 6639de1..0000000 Binary files a/static/images/service/s5.png and /dev/null differ diff --git a/static/images/service/s6.png b/static/images/service/s6.png deleted file mode 100644 index 06c74c8..0000000 Binary files a/static/images/service/s6.png and /dev/null differ diff --git a/static/images/service/s7.png b/static/images/service/s7.png deleted file mode 100644 index 88f25bc..0000000 Binary files a/static/images/service/s7.png and /dev/null differ diff --git a/static/images/service/s8.png b/static/images/service/s8.png deleted file mode 100644 index 906f0f9..0000000 Binary files a/static/images/service/s8.png and /dev/null differ diff --git a/static/images/service/t1.png b/static/images/service/t1.png deleted file mode 100644 index d165a70..0000000 Binary files a/static/images/service/t1.png and /dev/null differ diff --git a/static/images/service/t2.png b/static/images/service/t2.png deleted file mode 100644 index ccd0462..0000000 Binary files a/static/images/service/t2.png and /dev/null differ diff --git a/static/images/service/t3.png b/static/images/service/t3.png deleted file mode 100644 index 848db59..0000000 Binary files a/static/images/service/t3.png and /dev/null differ diff --git a/static/images/service/t4.png b/static/images/service/t4.png deleted file mode 100644 index a97222f..0000000 Binary files a/static/images/service/t4.png and /dev/null differ diff --git a/static/images/service/t5.png b/static/images/service/t5.png deleted file mode 100644 index 9b67d74..0000000 Binary files a/static/images/service/t5.png and /dev/null differ diff --git a/static/images/service/t6.png b/static/images/service/t6.png deleted file mode 100644 index 16479df..0000000 Binary files a/static/images/service/t6.png and /dev/null differ diff --git a/static/images/service/t7.png b/static/images/service/t7.png deleted file mode 100644 index ab51547..0000000 Binary files a/static/images/service/t7.png and /dev/null differ diff --git a/static/images/service/t8.png b/static/images/service/t8.png deleted file mode 100644 index be9f9fa..0000000 Binary files a/static/images/service/t8.png and /dev/null differ diff --git a/static/images/tabbar/demo.png b/static/images/tabbar/demo.png deleted file mode 100644 index 81c8dec..0000000 Binary files a/static/images/tabbar/demo.png and /dev/null differ diff --git a/static/images/tabbar/demo_selected.png b/static/images/tabbar/demo_selected.png deleted file mode 100644 index 77324e6..0000000 Binary files a/static/images/tabbar/demo_selected.png and /dev/null differ diff --git a/static/images/tabbar/home.png b/static/images/tabbar/home.png deleted file mode 100644 index 08729e1..0000000 Binary files a/static/images/tabbar/home.png and /dev/null differ diff --git a/static/images/tabbar/home_selected.png b/static/images/tabbar/home_selected.png deleted file mode 100644 index 8826d2a..0000000 Binary files a/static/images/tabbar/home_selected.png and /dev/null differ diff --git a/static/images/tabbar/manage.png b/static/images/tabbar/manage.png deleted file mode 100644 index 4d0bf7e..0000000 Binary files a/static/images/tabbar/manage.png and /dev/null differ diff --git a/static/images/tabbar/manage_selected.png b/static/images/tabbar/manage_selected.png deleted file mode 100644 index 22ee386..0000000 Binary files a/static/images/tabbar/manage_selected.png and /dev/null differ diff --git a/static/images/tabbar/user.png b/static/images/tabbar/user.png deleted file mode 100644 index db40343..0000000 Binary files a/static/images/tabbar/user.png and /dev/null differ diff --git a/static/images/tabbar/user_selected.png b/static/images/tabbar/user_selected.png deleted file mode 100644 index 454e7b4..0000000 Binary files a/static/images/tabbar/user_selected.png and /dev/null differ diff --git a/static/images/ticket/business_bg.png b/static/images/ticket/business_bg.png new file mode 100644 index 0000000..47808fa Binary files /dev/null and b/static/images/ticket/business_bg.png differ diff --git a/static/images/ticket/business_icon.png b/static/images/ticket/business_icon.png new file mode 100644 index 0000000..9c2f7f6 Binary files /dev/null and b/static/images/ticket/business_icon.png differ diff --git a/static/images/ticket/dept_bg.png b/static/images/ticket/dept_bg.png new file mode 100644 index 0000000..4f28ef1 Binary files /dev/null and b/static/images/ticket/dept_bg.png differ diff --git a/static/images/ticket/dept_icon.png b/static/images/ticket/dept_icon.png new file mode 100644 index 0000000..c85eb42 Binary files /dev/null and b/static/images/ticket/dept_icon.png differ diff --git a/static/images/ticket/history_bg.png b/static/images/ticket/history_bg.png new file mode 100644 index 0000000..8904e99 Binary files /dev/null and b/static/images/ticket/history_bg.png differ diff --git a/static/images/ticket/history_icon.png b/static/images/ticket/history_icon.png new file mode 100644 index 0000000..301aa44 Binary files /dev/null and b/static/images/ticket/history_icon.png differ diff --git a/static/images/ticket/theme_bg.png b/static/images/ticket/theme_bg.png new file mode 100644 index 0000000..538201a Binary files /dev/null and b/static/images/ticket/theme_bg.png differ diff --git a/static/images/ticket/theme_icon.png b/static/images/ticket/theme_icon.png new file mode 100644 index 0000000..c72ed96 Binary files /dev/null and b/static/images/ticket/theme_icon.png differ diff --git a/static/images/user/bg.png b/static/images/user/bg.png deleted file mode 100644 index 178ab7d..0000000 Binary files a/static/images/user/bg.png and /dev/null differ diff --git a/static/images/user/c1.png b/static/images/user/c1.png deleted file mode 100644 index 6713788..0000000 Binary files a/static/images/user/c1.png and /dev/null differ diff --git a/static/images/user/c2.png b/static/images/user/c2.png deleted file mode 100644 index 6d1ee0d..0000000 Binary files a/static/images/user/c2.png and /dev/null differ diff --git a/static/images/user/c3.png b/static/images/user/c3.png deleted file mode 100644 index f899ba6..0000000 Binary files a/static/images/user/c3.png and /dev/null differ diff --git a/static/images/user/c4.png b/static/images/user/c4.png deleted file mode 100644 index f4585b1..0000000 Binary files a/static/images/user/c4.png and /dev/null differ diff --git a/static/images/user/c5.png b/static/images/user/c5.png deleted file mode 100644 index 1cf832b..0000000 Binary files a/static/images/user/c5.png and /dev/null differ diff --git a/static/images/user/c6.png b/static/images/user/c6.png deleted file mode 100644 index 6663e38..0000000 Binary files a/static/images/user/c6.png and /dev/null differ diff --git a/static/images/user/c7.png b/static/images/user/c7.png deleted file mode 100644 index c10256f..0000000 Binary files a/static/images/user/c7.png and /dev/null differ diff --git a/static/images/user/c8.png b/static/images/user/c8.png deleted file mode 100644 index 17dc005..0000000 Binary files a/static/images/user/c8.png and /dev/null differ diff --git a/static/images/user/n1.png b/static/images/user/n1.png deleted file mode 100644 index cac2844..0000000 Binary files a/static/images/user/n1.png and /dev/null differ diff --git a/static/images/user/n2.png b/static/images/user/n2.png deleted file mode 100644 index a5eab0e..0000000 Binary files a/static/images/user/n2.png and /dev/null differ diff --git a/static/images/user/n3.png b/static/images/user/n3.png deleted file mode 100644 index 6edce78..0000000 Binary files a/static/images/user/n3.png and /dev/null differ diff --git a/static/images/user/n4.png b/static/images/user/n4.png deleted file mode 100644 index dd5069f..0000000 Binary files a/static/images/user/n4.png and /dev/null differ diff --git a/static/images/user/setting.png b/static/images/user/setting.png deleted file mode 100644 index f7ba7c0..0000000 Binary files a/static/images/user/setting.png and /dev/null differ diff --git a/static/images/wb.png b/static/images/wb.png deleted file mode 100644 index bd32cbd..0000000 Binary files a/static/images/wb.png and /dev/null differ diff --git a/static/images/wx.png b/static/images/wx.png deleted file mode 100644 index 88e20cd..0000000 Binary files a/static/images/wx.png and /dev/null differ