1 Star 5 Fork 3

欧阳知渊 / prd-web-extension-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Zlib

推广系统管理后台

技术栈

vue2 + vuex + vue-router + webpack + ES6/7 + axios + elementUI + 阿里图标iconfont

项目截图

输入图片说明 输入图片说明 输入图片说明

# 克隆项目
git clone https://gitee.com/ouyangzhiyuan/prdWebExtensionSystem.git

# 进入项目目录
cd prdWebExtensionSystem

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:test

# 构建生产环境
npm run build:prod

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

目录结构说明


|-- prd-web-st-cli-
    |-- public  ----------------------------------项目公共静态资源
    |   |-- index.html  --------------------------首页
    |   |-- favicon.ico  -------------------------ico 资源
    |   |-- logo.png  -------------------------LOGO
    |-- src  -------------------------------------源代码
    |   |-- App.vue  -----------------------------vue 入口组件
    |   |-- main.js  -----------------------------vue 入口
    |   |-- api  ---------------------------------ajax 请求层
    |   |-- assets  ------------------------------静态资源存放区
    |   |-- components  --------------------------组件区
    |   |   |-- bussiness  -----------------------业务组件
    |   |   |-- common  --------------------------通用组件
    |   |-- config  ------------------------------项目静态配置
    |   |-- utils  -------------------------------工具库
    |   |   |-- request  -------------------------ajax 请求处理逻辑层
    |   |   |-- validate  ------------------------校验方法封装
    |   |-- views  -------------------------------页面存放区
    |   |-- layout  ------------------------------布局组件
    |   |-- router  ------------------------------路由层
    |   |-- store  -------------------------------vuex 状态数据存放区
    |   |-- styles  ------------------------------主题样式区
    |-- .env.development  ------------------------本地打包环境
    |-- .env.staging  ----------------------------测试打包环境
    |-- .env.production  -------------------------生产打包环境
    |-- .eslintrc.js  ----------------------------eslint配置
    |-- .gitignore  ------------------------------git忽略项
    |-- .eslintignore  ---------------------------eslint忽略项
    |-- babel.config.js  -------------------------babel配置
    |-- deploy_vue.sh  ---------------------------前端跳转机脚本存放
    |-- package-lock.json  -----------------------锁定npm包版本
    |-- package.json  ----------------------------项目入口文件,包含项目信息与依赖、配置管理
    |-- prettier.config.js  ----------------------prettier代码格式化插件配置
    |-- postcss.config.js  -----------------------px->rem配置文件
    |-- README.md  -------------------------------项目介绍
    |-- vue.config.js  ---------------------------Vue Cli配置文件

说明

本项目主要用于代理、推广商、推广员的快速配置与推广明细查看

如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

开发环境 w7 Chrome 61

如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍

平台功能说明


  1. 登录页面,数据库获取登录。
  2. 首页,左边竖向菜单。
  3. table页面,分页。
  4. 编辑、创建、查看页面,表单验证
  5. 权限页面
  6. 404错误页面

完成功能

  • 登录 -- 完成
  • 路由拦截 -- 完成
  • 权限管理 -- 完成
  • tabs标签页 -- 完成
  • 公用组件【表格组件、表单组件】 -- 完成
  • 推广统计(数据总览、数据明细、推广玩家)【搜索、图表】 -- 完成
  • 推广商/推广员管理(增加、编辑、搜索、删除、权限管理) -- 完成
  • 母包管理(增加、编辑、搜索、删除、数据权限) -- 完成
  • 子包管理(增加、编辑、搜索、删除、数据权限) -- 完成
  • 推广分配方案配置(增加、编辑、搜索、删除) -- 完成
  • 系统环境变量(增加、编辑、搜索、删除) -- 完成
  • 结算中心(分成统计、订单统计、收益结算)【搜索、图表】 -- 完成
zlib License (C) 2021 欧阳知渊 This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution.

简介

Vue-V2 、ElementUI axios iconfont permission control 展开 收起
JavaScript 等 6 种语言
Zlib
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/ouyangzhiyuan/prd-web-extension-system.git
git@gitee.com:ouyangzhiyuan/prd-web-extension-system.git
ouyangzhiyuan
prd-web-extension-system
prd-web-extension-system
master

搜索帮助