This commit is contained in:
sakuya 2021-06-11 23:59:40 +08:00
parent 231c90ad9b
commit 13b35344d0
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "SCUI-Admin",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
APP_NAME: "SCUI",
//版本号
APP_VER: "1.1.5",
APP_VER: "1.1.6",
//接口地址
API_URL: "",

View File

@ -22,6 +22,14 @@
data() {
return {
activities: [
{
content: [
"[新增] 表格选择器组件",
"[新增] 角色配置增加控制台视图",
"[修复] 多级路由缓存失效"
],
timestamp: '2021-06-11'
},
{
content: [
"[新增] 统计列表、日历计划模板",