更新版本号 1.3.0

This commit is contained in:
sc 2021-10-21 09:15:03 +08:00
parent 96b6368ab2
commit 34133e0c7b
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "scui", "name": "scui",
"version": "1.2.7", "version": "1.3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
@ -9,18 +9,18 @@
}, },
"dependencies": { "dependencies": {
"@tinymce/tinymce-vue": "4.0.4", "@tinymce/tinymce-vue": "4.0.4",
"axios": "0.22.0", "axios": "0.23.0",
"core-js": "3.18.2", "core-js": "3.18.3",
"cropperjs": "1.5.12", "cropperjs": "1.5.12",
"crypto-js": "4.1.1", "crypto-js": "4.1.1",
"echarts": "5.2.1", "echarts": "5.2.1",
"element-plus": "1.1.0-beta.19", "element-plus": "1.1.0-beta.24",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"sortablejs": "1.14.0", "sortablejs": "1.14.0",
"tinymce": "5.9.2", "tinymce": "5.9.2",
"vue": "3.2.20", "vue": "3.2.20",
"vue-i18n": "9.1.9", "vue-i18n": "9.1.9",
"vue-router": "4.0.11", "vue-router": "4.0.12",
"vuedraggable": "4.0.3", "vuedraggable": "4.0.3",
"vuex": "4.0.2" "vuex": "4.0.2"
}, },

View File

@ -6,10 +6,10 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard", DASHBOARD_URL: "/dashboard",
//版本号 //版本号
APP_VER: "1.2.7", APP_VER: "1.3.0",
//内核版本号 //内核版本号
CORE_VER: "1.2.7", CORE_VER: "1.3.0",
//接口地址 //接口地址
API_URL: "/api", API_URL: "/api",