嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Vue实现图书售卖和后台管理系统
Vue实现图书售卖和后台管理系统
.
├── Vue实现图书售卖和后台管理系统.zip
├── admin
│ ├── css
│ │ ├── AdminLTE
│ │ │ ├── AdminLTE.min.css
│ │ │ └── skin
│ │ │ └── skin-blue.min.css
│ │ ├── Ionicons
│ │ │ ├── font
│ │ │ │ ├── ionicons.eot
│ │ │ │ ├── ionicons.svg
│ │ │ │ ├── ionicons.ttf
│ │ │ │ └── ionicons.woff
│ │ │ └── ionicons.min.css
│ │ ├── bootstrap
│ │ │ ├── bootstrap.min.css
│ │ │ └── font
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── bootstrap-datepicker
│ │ │ └── bootstrap-datepicker.min.css
│ │ ├── datatables.net-bs
│ │ │ └── dataTables.bootstrap.min.css
│ │ ├── font-awesome
│ │ │ ├── font
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ └── font-awesome.min.css
│ │ ├── iCheck
│ │ │ └── square
│ │ │ ├── blue.css
│ │ │ ├── blue.png
│ │ │ └── blue@2x.png
│ │ └── my.page.css
│ ├── img
│ │ ├── setting.png
│ │ └── word.jpg
│ ├── js
│ │ ├── AdminLTE
│ │ │ └── adminlte.min.js
│ │ ├── CookieUtil.js
│ │ ├── Forward.js
│ │ ├── axios.min.js
│ │ ├── bootstrap
│ │ │ └── bootstrap.min.js
│ │ ├── bootstrap-datepicker
│ │ │ ├── bootstrap-datepicker.min.js
│ │ │ └── bootstrap-datepicker.zh-CN.min.js
│ │ ├── datatables.net
│ │ │ └── jquery.dataTables.min.js
│ │ ├── datatables.net-bs
│ │ │ └── dataTables.bootstrap.min.js
│ │ ├── fastclick
│ │ │ └── fastclick.js
│ │ ├── iCheck
│ │ │ └── icheck.min.js
│ │ ├── jquery
│ │ │ └── jquery.min.js
│ │ └── vue.js
│ └── page
│ ├── admin.txt
│ ├── index.html
│ ├── login.html
│ ├── order-detail.html
│ ├── order-list.html
│ ├── order-print.html
│ ├── order-process.html
│ ├── password-change.html
│ ├── product-add.html
│ ├── product-detail.html
│ ├── product-edit.html
│ └── product-list.html
├── index.html
├── server.js
└── user
├── css
│ ├── 404.css
│ ├── animate.css
│ ├── cart.css
│ ├── footer.css
│ ├── header.css
│ ├── item.food.css
│ ├── login.css
│ ├── my.collect.css
│ ├── my.order.css
│ ├── order.confirm.css
│ ├── order.info.css
│ ├── payment.css
│ ├── pro.details.css
│ ├── set.css
│ └── slide.css
├── img
│ ├── banner
│ │ ├── banner1.png
│ │ ├── banner2.png
│ │ ├── banner3.png
│ │ ├── banner4.png
│ │ ├── banner5.png
│ │ └── icon.png
│ ├── cart
│ │ ├── product_normal.png
│ │ └── product_true.png
│ ├── datepicker
│ │ ├── ui-icons_444444_256x240.png
│ │ ├── ui-icons_555555_256x240.png
│ │ ├── ui-icons_777620_256x240.png
│ │ ├── ui-icons_777777_256x240.png
│ │ ├── ui-icons_cc0000_256x240.png
│ │ └── ui-icons_ffffff_256x240.png
│ ├── footer
│ │ ├── android.png
│ │ ├── erweima.png
│ │ ├── footerFont.png
│ │ ├── icon1.png
│ │ ├── icon2.png
│ │ ├── icon3.png
│ │ ├── icon4.png
│ │ ├── ios.png
│ │ ├── sinablog.png
│ │ ├── tedu.png
│ │ └── wechat.png
│ ├── goods
│ │ ├── 9787111213826
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787111526285
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787111532644
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787111545682
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787111563891
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787111564805
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115130228
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115335500
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115353528
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── detail4.jpg
│ │ │ ├── detail4big.jpg
│ │ │ ├── detail5.jpg
│ │ │ ├── detail5big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115386397
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115388025
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787115435101
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787121281556
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787121291609
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787302383666
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787302435167
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ ├── 9787302459873
│ │ │ ├── collect.jpg
│ │ │ ├── detail1.jpg
│ │ │ ├── detail1big.jpg
│ │ │ ├── detail2.jpg
│ │ │ ├── detail2big.jpg
│ │ │ ├── detail3.jpg
│ │ │ ├── detail3big.jpg
│ │ │ ├── index.jpg
│ │ │ └── intro.jpg
│ │ └── 9787508344980
│ │ ├── collect.jpg
│ │ ├── detail1.jpg
│ │ ├── detail1big.jpg
│ │ ├── detail2.jpg
│ │ ├── detail2big.jpg
│ │ ├── index.jpg
│ │ └── intro.jpg
│ ├── header
│ │ ├── care.png
│ │ ├── care1.png
│ │ ├── header_normal.png
│ │ ├── header_true.png
│ │ ├── help.png
│ │ ├── login.png
│ │ ├── logo.png
│ │ ├── order.png
│ │ ├── order1.png
│ │ ├── search.png
│ │ ├── set.png
│ │ ├── shop_car.png
│ │ └── shop_car1.png
│ ├── login.jpg
│ ├── lookforward
│ │ └── lookforward_img1.png
│ ├── model
│ │ ├── model_img1.png
│ │ ├── model_img2.png
│ │ └── model_img3.png
│ ├── myCollect
│ │ ├── product_normal.png
│ │ ├── product_normal_big.png
│ │ ├── product_true.png
│ │ └── product_true_big.png
│ ├── myOrder
│ │ ├── car.png
│ │ ├── kefuf.gif
│ │ ├── myOrder.png
│ │ ├── myOrder1.png
│ │ ├── myOrder2.png
│ │ ├── myOrder3.png
│ │ ├── pcenter_icon1.png
│ │ ├── pcenter_icon2.png
│ │ ├── pcenter_icon3.png
│ │ └── pcenter_icon4.png
│ ├── orderinfo
│ │ ├── kefuf.gif
│ │ ├── orderinfo_img1_1.png
│ │ ├── orderinfo_img1_2.png
│ │ ├── orderinfo_img2_1.png
│ │ ├── orderinfo_img2_2.png
│ │ ├── orderinfo_img3_1.png
│ │ ├── orderinfo_img3_2.png
│ │ ├── orderinfo_img4_1.png
│ │ ├── orderinfo_img4_2.png
│ │ ├── orderinfo_img5_1.png
│ │ ├── orderinfo_img5_2.png
│ │ ├── orderinfo_img6_1.png
│ │ └── orderinfo_img6_2.png
│ ├── pay
│ │ ├── pay_fail.png
│ │ ├── pay_img1.jpg
│ │ ├── pay_img2.jpg
│ │ ├── pay_img3.jpg
│ │ ├── pay_img4.jpg
│ │ ├── pay_img5.jpg
│ │ ├── pay_succ.png
│ │ └── talk.png
│ ├── product_detail
│ │ ├── kefuf.gif
│ │ ├── product_detail_icon_1.png
│ │ ├── product_detail_icon_2.png
│ │ ├── product_detail_icon_3.png
│ │ ├── product_detail_icon_4.png
│ │ ├── product_detail_icon_bao.png
│ │ ├── product_detail_icon_bao_1.png
│ │ ├── product_detail_icon_d.png
│ │ ├── product_detail_icon_d_1.png
│ │ ├── product_detail_icon_g.png
│ │ ├── product_detail_icon_g_1.png
│ │ ├── product_detail_icon_t.png
│ │ ├── product_detail_icon_t_1.png
│ │ ├── product_detail_icon_up.png
│ │ ├── product_detail_icon_up_1.png
│ │ ├── product_detail_img16.png
│ │ ├── product_detail_img6.png
│ │ ├── product_detail_img62.png
│ │ ├── product_detail_img7.png
│ │ └── product_detail_img9.png
│ ├── recommend
│ │ ├── recommend_img1.jpg
│ │ ├── recommend_img2.jpg
│ │ ├── recommend_img3.jpg
│ │ └── recommend_img4.jpg
│ └── regist.jpg
├── js
│ ├── CookieUtil.js
│ ├── Forward.js
│ ├── axios.min.js
│ ├── cart.js
│ ├── collect.js
│ ├── foodstore.js
│ ├── index.js
│ ├── jquery-3.1.1.min.js
│ ├── jquery.page.js
│ ├── order.js
│ ├── slide.js
│ └── vue.js
└── page
├── address-add.html
├── cart.html
├── collect.html
├── detail.html
├── index.html
├── login.html
├── lookforward.html
├── order-confirm.html
├── order-info.html
├── order.html
├── password-change.html
├── pay-fail.html
├── pay-success.html
├── payment.html
├── regist.html
└── 工作分配.txt
62 directories, 326 files