forked from pig-mesh/pig-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lbw
committed
Nov 25, 2022
1 parent
0ccc728
commit ab358b0
Showing
2 changed files
with
83 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,37 @@ | ||
{ | ||
"name": "pig-ui", | ||
"version": "3.6.2", | ||
"scripts": { | ||
"dev": "vite --host", | ||
"build": "vite build", | ||
"lint": "eslint --fix --ext .js,.vue src", | ||
"build:docker": "vite build --outDir=./docker/dist/" | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^0.2.4", | ||
"@smallwei/avue": "^3.2.5", | ||
"animate.css": "^4.1.1", | ||
"avue-form-design": "^3.0.2", | ||
"axios": "^0.21.1", | ||
"benz-amr-recorder": "^1.1.3", | ||
"codemirror": "^5.58.1", | ||
"crypto-js": "^4.1.1", | ||
"element-plus": "^2.2.16", | ||
"js-cookie": "^3.0.1", | ||
"mockjs": "^1.1.0", | ||
"nprogress": "^0.2.0", | ||
"qs": "^6.10.3", | ||
"vue": "^3.2.26", | ||
"vue-axios": "^2.1.2", | ||
"vue-i18n": "^9.1.2", | ||
"vue-quill-editor": "3.0.6", | ||
"vue-router": "4", | ||
"vuex": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^3.1.0", | ||
"@vue/compiler-sfc": "^3.2.39", | ||
"@vue/cli-plugin-babel": "^3.12.0", | ||
"@vue/cli-plugin-eslint": "^4.5.15", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"@vue/cli-service": "^3.12.0", | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"babel-eslint": "^10.1.0", | ||
"benz-amr-recorder": "^1.0.14", | ||
"sass": "^1.54.9", | ||
"vite": "^3.1.0", | ||
"vite-plugin-compression": "0.5.1" | ||
} | ||
"name": "pig-ui", | ||
"version": "3.6.3", | ||
"scripts": { | ||
"dev": "vite --host", | ||
"build": "vite build", | ||
"build:docker": "vite build --outDir=./docker/dist/" | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^0.2.4", | ||
"@smallwei/avue": "3.2.5", | ||
"animate.css": "^4.1.1", | ||
"avue-form-design": "^3.0.2", | ||
"axios": "^0.21.1", | ||
"benz-amr-recorder": "^1.1.3", | ||
"codemirror": "^5.58.1", | ||
"crypto-js": "^4.1.1", | ||
"element-plus": "^2.2.16", | ||
"js-cookie": "^3.0.1", | ||
"mockjs": "^1.1.0", | ||
"nprogress": "^0.2.0", | ||
"qs": "^6.10.3", | ||
"vue": "^3.2.26", | ||
"vue-axios": "^2.1.2", | ||
"vue-i18n": "^9.1.2", | ||
"vue-quill-editor": "3.0.6", | ||
"vue-router": "4", | ||
"vuex": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^3.1.0", | ||
"@vue/compiler-sfc": "^3.2.39", | ||
"sass": "^1.54.9", | ||
"vite": "^3.1.0", | ||
"vite-plugin-compression": "0.5.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
export default { | ||
version: 'v3.6.2', // 控制首页显示的版本号 | ||
logo: 'PIG', // 侧边栏搜索的时候顶部展示的文案 | ||
key: 'pig', //配置主键,目前用于存储 | ||
title: 'PIG 快速开发框架', | ||
indexTitle: 'PIG 快速开发框架', | ||
validateCode: true, //是否开启验证码校验 | ||
register: true, //是否开启注册 | ||
formLoginClient: 'pig:pig', // 用户名密码登录的 client 信息 | ||
smsLoginClient: 'app:app', // 验证码登录的 client 信息 | ||
remainingTime: 1800000, // token 剩余多少毫秒执行刷新 | ||
whiteList: ['/login', '/404', '/401', '/lock'], // 配置无权限可以访问的页面 | ||
whiteTagList: ['/login', '/404', '/401', '/lock'], // 配置不添加tags页面 ('/advanced-router/mutative-detail/*'——*为通配符) | ||
lockPage: '/lock', | ||
tokenTime: 6000, | ||
statusWhiteList: [428], | ||
// 配置首页不可关闭 | ||
isFirstPage: false, | ||
setting: { | ||
sidebar: 'vertical', | ||
tag: true, | ||
debug: true, | ||
collapse: true, | ||
search: true, | ||
lock: true, | ||
fullscren: true, | ||
theme: true, | ||
menu: true | ||
}, | ||
fistPage: { | ||
label: '首页', | ||
value: '/wel/index', | ||
params: {}, | ||
query: {}, | ||
meta: { | ||
i18n: 'dashboard' | ||
version: "v3.6.3", // 控制首页显示的版本号 | ||
logo: "PIG", // 侧边栏搜索的时候顶部展示的文案 | ||
key: "pig", //配置主键,目前用于存储 | ||
title: "PIG 快速开发框架", | ||
indexTitle: "PIG 快速开发框架", | ||
validateCode: true,//是否开启验证码校验 | ||
register: true, //是否开启注册 | ||
formLoginClient: 'pig:pig',// 用户名密码登录的 client 信息 | ||
smsLoginClient: 'app:app',// 验证码登录的 client 信息 | ||
remainingTime: 1800000, // token 剩余多少毫秒执行刷新 | ||
whiteList: ["/login", "/404", "/401", "/lock"], // 配置无权限可以访问的页面 | ||
whiteTagList: ["/login", "/404", "/401", "/lock"], // 配置不添加tags页面 ('/advanced-router/mutative-detail/*'——*为通配符) | ||
lockPage: "/lock", | ||
tokenTime: 6000, | ||
statusWhiteList: [428], | ||
// 配置首页不可关闭 | ||
isFirstPage: false, | ||
setting: { | ||
sidebar: 'vertical', | ||
tag: true, | ||
debug: true, | ||
collapse: true, | ||
search: true, | ||
lock: true, | ||
fullscren: true, | ||
theme: true, | ||
menu: true | ||
}, | ||
close: false | ||
}, | ||
// 配置菜单的属性 | ||
menu: { | ||
iconDefault: 'iconfont icon-caidan', | ||
label: 'label', | ||
path: 'path', | ||
icon: 'icon', | ||
children: 'children', | ||
query: 'query', | ||
href: 'href', | ||
meta: 'meta' | ||
} | ||
fistPage: { | ||
label: "首页", | ||
value: "/wel/index", | ||
params: {}, | ||
query: {}, | ||
meta: { | ||
i18n: 'dashboard' | ||
}, | ||
close: false | ||
}, | ||
// 配置菜单的属性 | ||
menu: { | ||
iconDefault: 'iconfont icon-caidan', | ||
label: 'label', | ||
path: 'path', | ||
icon: 'icon', | ||
children: 'children', | ||
query: 'query', | ||
href: 'href', | ||
meta: 'meta' | ||
} | ||
} |