This commit is contained in:
sakuya 2021-05-25 21:32:38 +08:00
parent de17d02655
commit da796171e8
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "SCUI-Admin", "name": "SCUI-Admin",
"version": "1.1.0", "version": "1.1.1",
"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.1.0", APP_VER: "1.1.1",
//接口地址 //接口地址
API_URL: "", API_URL: "",

View File

@ -22,6 +22,13 @@
data() { data() {
return { return {
activities: [ activities: [
{
content: [
"[优化] 上传组件上传行为",
"[优化] 富文本上传行为",
],
timestamp: '2021-05-25'
},
{ {
content: [ content: [
"[优化] 重构上传组件", "[优化] 重构上传组件",