## vue 前端开发基础框架
### 接口域名
- production: 'http://zhumadian.site.xmnk.cn/admin',
- online: 'https://bcsyds.hactcm.edu.cn/api',
### 文件下载
- production: 'http://web.mentor.site.ximengnaikang.com/api',
- online: 'https://bcsyds.hactcm.edu.cn/api',
### 配置文件
- ENV(环境名称)
- VUE_APP_OUTPUT(打包后后文件名称)
- VUE_APP_API_URL (接口请求地址)
- VUE_APP_FILE_URL (模版、文件下载前缀地址)
### 本地运行
- npm run serve
### 公司服务器打包(打包文件名:production)
- cnpm run production
- 配置文件 env.production
### 学校线上(打包文件名:online)
- cnpm run online
- 配置文件 env.online
### demo 演示打包(打包文件名:demo)
- cnpm run test
- 配置文件 env.test
###### key.config.js 参数说明
- - settingKeys:[],//默认获取配置项的 keys
- - dictsKey: [],//默认获取字典参数的 keys
###### 按钮权限
- - 本地按钮权限 文件@/utils/buttonAuth.js
- - 使用 v-permissions="['zhaopinList_add']"
###### 相关组件使用
- -
- - 组件参数说明:keys 需要获取的参数配置选项的 key selectDicts 子组件回传选中的参数值的方法
- 富文本编辑器 RichText
- 安装(四种安装方法任选其一任选其一)
- - 1、 npm install @wangeditor/editor-for-vue@next --save
- - 2、 yarn add @wangeditor/editor-for-vue@next
- - 3、yarn add @wangeditor/editor
- - 4、npm install @wangeditor/editor --save
- - 参考文档 https://www.wangeditor.com/v5/editor-config.html#custompaste
- 用法
- -
- - 富文本编辑组件--- content 默认输入文字 changeRichText 接受组件富文本内容改变传入的值
- - 列表编辑排序组件 --
- -