Go to file
chenxf dab5ba623c feat(store): 添加组织ID和用户信息相关getter和state
- 添加orgId getter用于获取用户组织ID信息
- 在user module中添加userInfo state
- 新增SET_USERINFO mutation用于设置用户信息

feat(table): 优化强制通知列表表格显示

- 在force/list.vue中为表格列添加formatter格式化函数
- 统一显示busName或entName字段内容

fix(form): 修正包含列表中的字段名

- 将inclusion/list.vue中的字段名从entname修正为entName
2026-01-06 16:19:27 +08:00
.idea
build
mock
public
src feat(store): 添加组织ID和用户信息相关getter和state 2026-01-06 16:19:27 +08:00
tests/unit
.editorconfig
.env
.env.development
.env.production
.env.staging
.eslintignore
.eslintrc.js
.gitignore
.travis.yml
README.md
babel.config.js
jest.config.js
jsconfig.json
package.json
postcss.config.js
vue.config.js fix 2026-01-06 14:38:32 +08:00

README.md

aiccs-pc

行为监管系统前端页面

前端开发的基础模版改行为监管系统前端页面,以vue-admin-template为原型,根据公司实际需求进行定制和改造。 等前端开发基础组件,包括图标、权限路由、项目的构建、接口请求等常用开发模板。

原型配套的了一个系列的教程配套文章,如何从零构建后一个完整的后台项目,可做学习参考:

Build Setup

# 进入项目目录
cd youfool-framework-springboot-web

# 安装依赖
npm install

# 启动服务
npm run dev

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

发布

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

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

其它

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

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

# 代码格式检查
npm run lint

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

更多信息请参考 使用文档

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions