更新版本号 1.1.0

This commit is contained in:
sakuya 2021-05-24 22:54:39 +08:00
parent dd95c3d40a
commit afbc065beb
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

@ -22,6 +22,13 @@
data() { data() {
return { return {
activities: [ activities: [
{
content: [
"[优化] 重构上传组件",
"[新增] 富文本编辑器",
],
timestamp: '2021-05-24'
},
{ {
content: [ content: [
"[优化] 控制台自由布局开关", "[优化] 控制台自由布局开关",