├──public#staticresource│├──favicon.ico#faviconicon│└──index.html#htmltemplate├──src#sourcecode│├──api#allinterfaceapi││└──request.js#请求封装││└──accounts.js#财务接口││└──dashboard.js#首页接口││└──freight.js#货运模板接口││└──marketing.js#优惠券接口││└──order.js#订单接口││└──product.js#商品接口││└──settingMer.js#权限管理接口││└──system.js#系统配置接口││└──systemForm.js#表单组件接口││└──user.js#登录和用户接口│├──assets#图片、svg其他静态资源│├──icons#svg等静态资源│├──components#公共组件││└──attrFrom#产品规格││└──Breadcrumb#头部标题标签││└──cards#统计信息││└──couponList#优惠券列表││└──goodsList#商品列表││└──汉堡包#导航收缩组件││└──HeaderSearch#导航搜索组件││└──iconFrom#导航添加图标││└──RightPanel#右侧设置按钮,设置导航相关││└──Screenfull#全屏││└──SvgIcon#svg图标││└──ThemePicker#设置右侧按钮,设置群组主题颜色││└──templatesFrom#发货模板││└──ueditorFrom#富文本编辑器││└──uploadPicture#上传图片组件││└──UploadExcel#下载Excel││└──userList#用户列表│├──layouts#导航布局││├──index#主页││├──components#导航component││└──Settings#右侧小按钮,设置导航等││└──Sidebar#侧边导航││└──TagsView#tab标签导航││└──Navbar#头部导航││└──AppMain#导航路由││└──index.js#组件引用││└──mixins#自适应大小│├──libs#公共js方法││└──settingMer#配置请求地址│├──views#所有页面││└──登录#登录│└──index#登录││└──dashboard#主页││└──产品#产品││└──addProduct#添加产品││└──productAttr#产品规格││└──productClassify#产品类别││└──productList#产品列表││└──Reviews#产品评论││└──order#订单管理││└──index#订单列表││└──orderDetail#订单详情││└──logistics#物流单号││└──orderRefund#退款单││└──accounts#财务││└──对账#财务对账││└──index#财务对账││└──记录#对账order││└──charts#Statistics││└──marketing#Marketing││└──coupon#Coupon││└──index#Routing││└──couponList#Couponlist││└──couponList#会员收款记录││└──system#设置││└──config#物料管理││└──freight#货运模板││└──service#客服管理││└──groupData#组合设置││└──list#组合数据││└──data#组合数据列表││└──setting#设置-权限管理││└──systemRole#身份管理││└──systemAdmin#管理员管理││└──systemLog#操作日志││└──systemForm#Settings-商城设置││└──index#店铺配置││└──modifyStoreInfo#基本配置││└──error-page#错误页面││└──404#错误页面404││└──403#错误页面403│├──filters#过滤器│├──router#路由配置││└──modules#页面路由模块││└──账户。js#关于金融││└──charts.js#关于首页统计图表││└──config.js#关于系统配置││└──marketing.js#关于优惠券││└──group.js#关于组合数据││└──order.js#关于订单││└──product.js#关于产品││└──settingMer.js#关于权限││└──systemForm.js#关于商城设置││└──index.js#摘要路由的处理│├──store#Vuex状态管理│├──utils#全局公共方法│├──styles#样式管理│├──permission.js#路由拦截│├──settingMer.js#业务配置文件│├──main.js#入口文件加载组件初始化等│└──App.vue#入口页面├──tests#测试├──.env.xxx#环境变量配置├──.eslintrc.js#eslint配置项├──.babelrc#babel-loader配置├──.travis.yml#自动化CI配置├──vue.config.js#vue-cli配置├──postcss.config.js#postcss配置└──package.json#package.json如果觉得这篇文章对你有用,请给我们的开源项目点个star:http://github.crmeb.net/u/得福是非常感激!
