Go to file
chenxf bbd5e04c5a refactor(api): 移除异常处理函数中的多余空格
移除了illRemCancelBusiness和bizRemCancelBusiness函数定义前的多余空格,
保持代码格式一致性

feat(api): 添加获取用户属性的API函数

新增getIsUserProp函数用于获取用户属性信息

feat(main): 注册EasyComponent插件

在main.js中引入并注册EasyComponent插件以支持相关功能

refactor(expelled): 移除不必要的EditTable组件引用

从expelled模块的list和notice组件中移除EditTable组件的导入和注册,
优化组件依赖

refactor(susnate): 简化EntList组件依赖

从susnate模块的EntList和index组件中移除EditTable组件的引用,
简化组件依赖关系并移除未使用的API导入
2026-01-05 13:51:46 +08:00
.idea init commit 2025-12-27 16:40:23 +08:00
build 1.修复获取严重违法市局人员问题 2026-01-05 09:26:54 +08:00
mock init commit 2025-12-27 16:40:23 +08:00
public init commit 2025-12-27 16:40:23 +08:00
src refactor(api): 移除异常处理函数中的多余空格 2026-01-05 13:51:46 +08:00
tests/unit init commit 2025-12-27 16:40:23 +08:00
.editorconfig init commit 2025-12-27 16:40:23 +08:00
.env init commit 2025-12-27 16:40:23 +08:00
.env.development 强制注销页面 2026-01-05 10:52:46 +08:00
.env.production 1.市场主体名单库管理功能 2026-01-04 14:41:58 +08:00
.env.staging 1.市场主体名单库管理功能 2026-01-04 14:41:58 +08:00
.eslintignore init commit 2025-12-27 16:40:23 +08:00
.eslintrc.js init commit 2025-12-27 16:40:23 +08:00
.gitignore 强制注销页面 2026-01-05 10:52:46 +08:00
.travis.yml init commit 2025-12-27 16:40:23 +08:00
README.md init commit 2025-12-27 16:40:23 +08:00
babel.config.js init commit 2025-12-27 16:40:23 +08:00
jest.config.js init commit 2025-12-27 16:40:23 +08:00
jsconfig.json init commit 2025-12-27 16:40:23 +08:00
package.json 修复依赖版本声明 2026-01-04 17:49:48 +08:00
postcss.config.js init commit 2025-12-27 16:40:23 +08:00
vue.config.js 强制注销页面 2026-01-05 10:52:46 +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