Skip to content

后台前端页面说明

liaofei edited this page Jan 20, 2021 · 1 revision

页面路径文档

页面    页面地址      路径    带参路径例子     参数解释  
主页    @/pages/index/index    /admin/home                 
 登录   @/pages/account/login /admin/login    
微信菜单   @/pages/app/wechat/menus/index    /admin/app/wechat/setting/menus/index           
 图文管理  @/pages/app/wechat/newsCategory/index   /admin/app/wechat/news_category/index      
 图文添加  @/pages/app/wechat/newsCategory/save   /admin/app/wechat/news_category/save/:id?  /admin/app/wechat/news_category/save/0 id:0添加;非0编辑(图文id)
微信关注回复 @/pages/app/wechat/reply/follow  /admin/app/wechat/reply/follow/subscribe
 关键字回复 @/pages/app/wechat/reply/keyword /admin/app/wechat/reply/keyword
关键字添加 @/pages/app/wechat/reply/follow /admin/app/wechat/reply/keyword/save/:id? /admin/app/wechat/reply/keyword/save/0 id:0添加;非0编辑(关键字id)
 无效关键词回复  @/pages/app/wechat/reply/follow /admin/app/wechat/reply/index/default      
 微信用户       @/pages/app/wechat/user/user      /admin/app/wechat/wechat_user/user/index                
 用户标签      @/pages/app/wechat/user/tag       /admin/app/wechat/wechat_user/user/tag          
用户分组    @/pages/app/wechat/user/tag   /admin/app/wechat/wechat_user/user/group                
 用户行为记录    @/pages/app/wechat/user/message   /admin/app/wechat/wechat_user/user/message        
 微信模板消息       @/pages/app/routine/routineTemplate/index     /admin/app/wechat/setting/template/index                 
小程序模板消息 @/pages/app/routine/routineTemplate/index /admin/app/routine/routine_template/index      
文章管理 @/pages/cms/article/index /admin/cms/article/index      
 文章分类 @/pages/cms/articleCategory/index /admin/cms/article_category/index          
 文章添加 @/pages/cms/addArticle/index /admin/cms/article/add_article/:id? /admin/cms/article/add_article/2 id:没有id为添加;有id为编辑(文章id)
 充值记录 @/pages/finance/financialRecords/recharge /admin/finance/user_recharge/index
资金记录 @/pages/finance/financialRecords/bill /admin/finance/finance/bill 
优惠券制作 @/pages/marketing/storeCoupon/index /admin/marketing/store_coupon/index
优惠券列表 @/pages/marketing/storeCouponIssue/index /admin/marketing/store_coupon_issue/index    
会员领取记录 @/pages/marketing/storeCouponUser/index /admin/marketing/store_coupon_user/index
 积分日志    @/pages/marketing/userPoint/index    /admin/marketing/user_point/index 
 短信账户   @/pages/notify/smsConfig/index   /admin/setting/sms/sms_config/index     
 短信模板   @/pages/notify/smsTemplateApply/index   /admin/setting/sms/sms_template_apply/index     
 短信购买   @/pages/notify/smsPay/index   /admin/setting/sms/sms_pay/index     
 公共短信模板   @/pages/notify/smsTemplateApply/index    /admin/setting/sms/sms_template_apply/commons     
订单管理    @/pages/order/orderList/index   /admin/order/list   
 收银订单    @/pages/order/offline/index  /admin/order/offline      
 发票管理    @/pages/order/invoice/index  /admin/order/invoice/list      
 商品管理    @/pages/product/productList   /admin/product/product_list      
 商品分类    @/pages/product/productClassify  /admin/product/product_classify   
 商品添加    @/pages/product/productAdd  /admin/product/add_product/:id?   /admin/product/add_product/84 id:没有id为添加;有id为编辑(商品id)
 商品评论    @/pages/product/productReply  /admin/product/product_reply/:id? /admin/product/product_reply/84  id:没有id为商品评论页;有id为查看评论(商品id)
 属性规则    @/pages/product/productAttr   /admin/product/product_attr     
 城市数据   @/pages/setting/cityDada/index  /admin/setting/freight/city/list    
 配送员列表   @/pages/setting/deliveryService/index  /admin/setting/delivery_service/index    
 页面设计   @/pages/setting/devise/index  /admin/setting/pages/diy    
页面设计列表  @/pages/setting/devise/list  /admin/setting/pages/devise    
页面链接   @/pages/setting/devise/links  /admin/setting/pages/links    
 物流公司   @/pages/setting/freight/index  /admin/setting/freight/express/index    
 积分配置    @/pages/setting/setSystem/index  /admin/marketing/integral/system_config/3/11      
 运费模板   @/pages/setting/shippingTemplates/index  /admin/setting/freight/shipping_templates/list    
 管理员管理   @/pages/setting/systemAdmin/index   /admin/setting/system_admin/index     
 权限规则   @/pages/setting/systemMenus/index   /admin/setting/system_menus/index   
 身份管理    @/pages/setting/systemRole/index   /admin/setting/system_role/index     
 个人中心  @/pages/setting/user/index /admin/system/user    
 核销订单   @/pages/setting/verifyOrder/index  /admin/setting/merchant/system_verify_order/index    
 刷新缓存   @/pages/system/clear/index  /admin/system/maintain/clear/index    
 配置分类   @/pages/system/configTab/index  /admin/system/config/system_config_tab/index    
 配置列表   @/pages/system/configTab/list  /admin/system/config/system_config_tab/list/:id?  /admin/system/config/system_config_tab/list/22 id:配置id 
 403  @/pages/system/error/403 /admin/403   
 500  @/pages/system/error/500 /admin/500   
 404  @/pages/system/error/404 /admin/*   
 系统日志   @/pages/system/maintain/systemLog/index  /admin/system/maintain/system_log/index    
 文件校验   @/pages/system/maintain/systemFile/index  /admin/system/maintain/system_file/index    
 清除数据   @/pages/system/maintain/systemCleardata/index  /admin/system/maintain/system_cleardata/index    
 数据备份   @/pages/system/maintain/systemDatabackup/index  /admin/system/maintain/system_databackup/index    
 文件管理   @/pages/system/maintain/systemFile/opendir  /admin/system/maintain/system_file/opendir    
 在线更新   @/pages/system/systemUpgradeclient/index  /admin/system/system_upgradeclient/index    
 数据配置   @/pages/system/group/list  /admin/system/system_group_data    
 会员分组   @/pages/user/group/index /admin/user/group    
 会员标签   @/pages/user/label/index /admin/user/label    
 会员管理   @/pages/user/list/index  /admin/user/list    
 上传图片  @/components/uploadPictures/widgetImg /admin/widget.images/index.html    
 上传图标  @/components/iconFrom/index /admin/widget.widgets/icon.html    
 选择商品  @/components/goodsList/index /admin/store.StoreProduct/index.html    
 选择用户  @/components/customerInfo/index /admin/system.User/list.html    
 上传视频  @/components/uploadVideo/index /admin/widget.video/index.html    
Clone this wiki locally