Sen descrición

姜晨语 1c1932f595 first commit hai 1 ano
lib 1c1932f595 first commit hai 1 ano
mock 1c1932f595 first commit hai 1 ano
public 1c1932f595 first commit hai 1 ano
src 1c1932f595 first commit hai 1 ano
.browserslistrc 1c1932f595 first commit hai 1 ano
.editorconfig 1c1932f595 first commit hai 1 ano
.env 1c1932f595 first commit hai 1 ano
.eslintignore 1c1932f595 first commit hai 1 ano
.eslintrc.js 1c1932f595 first commit hai 1 ano
.gitattributes 1c1932f595 first commit hai 1 ano
.gitignore 1c1932f595 first commit hai 1 ano
.stylelintrc.js 1c1932f595 first commit hai 1 ano
LICENSE 1c1932f595 first commit hai 1 ano
README.md 1c1932f595 first commit hai 1 ano
babel.config.js 1c1932f595 first commit hai 1 ano
deploy.sh 1c1932f595 first commit hai 1 ano
dockerfile 1c1932f595 first commit hai 1 ano
jsconfig.json 1c1932f595 first commit hai 1 ano
nginx.conf 1c1932f595 first commit hai 1 ano
package.json 1c1932f595 first commit hai 1 ano
plopfile.js 1c1932f595 first commit hai 1 ano
vab.config.js 1c1932f595 first commit hai 1 ano
vue.config.js 1c1932f595 first commit hai 1 ano
webstorm.config.js 1c1932f595 first commit hai 1 ano

README.md

基础平台文件说明

forget-password 找回密码
home 主页(未登录可查看)
index 工作台
login 登录
register 注册
setting 平台管理
payMent 平台管理-支付管理
workflow 平台管理-工作流程
informationCentre 平台管理-消息中心
mobileport 平台管理-移动端应用
variantform 动态表单使用示例

注意事项

  1. axios 请求响应判断 if (res.code === 0) {} else { // 报错提示 } 需要做错提示处理;
  2. 涉及到执行操作的按钮(例:保存按钮)都需要加 loading 反馈;
  3. axios 报错提示用后台返回msg,成功用 success ,错误用 error;