UP ver 1.2.6
This commit is contained in:
parent
817cc11b37
commit
067ce88ed4
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scui",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
@ -9,18 +9,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@tinymce/tinymce-vue": "4.0.4",
|
||||
"axios": "0.21.1",
|
||||
"core-js": "3.16.3",
|
||||
"axios": "0.22.0",
|
||||
"core-js": "3.18.2",
|
||||
"cropperjs": "1.5.12",
|
||||
"crypto-js": "4.1.1",
|
||||
"echarts": "5.1.2",
|
||||
"element-plus": "1.1.0-beta.17",
|
||||
"echarts": "5.2.1",
|
||||
"element-plus": "1.1.0-beta.19",
|
||||
"nprogress": "0.2.0",
|
||||
"sortablejs": "1.14.0",
|
||||
"tinymce": "5.9.0",
|
||||
"vue": "3.2.6",
|
||||
"vue-i18n": "9.1.7",
|
||||
"vue-router": "4.0.10",
|
||||
"tinymce": "5.9.2",
|
||||
"vue": "3.2.20",
|
||||
"vue-i18n": "9.1.9",
|
||||
"vue-router": "4.0.11",
|
||||
"vuedraggable": "4.0.3",
|
||||
"vuex": "4.0.2"
|
||||
},
|
||||
|
@ -28,10 +28,10 @@
|
|||
"@vue/cli-plugin-babel": "4.5.13",
|
||||
"@vue/cli-plugin-eslint": "4.5.13",
|
||||
"@vue/cli-service": "4.5.13",
|
||||
"@vue/compiler-sfc": "3.2.6",
|
||||
"@vue/compiler-sfc": "3.2.20",
|
||||
"babel-eslint": "10.1.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-plugin-vue": "7.12.1",
|
||||
"eslint-plugin-vue": "7.19.1",
|
||||
"sass": "1.37.5",
|
||||
"sass-loader": "10.1.1"
|
||||
},
|
||||
|
|
|
@ -3,10 +3,10 @@ const DEFAULT_CONFIG = {
|
|||
APP_NAME: "SCUI",
|
||||
|
||||
//版本号
|
||||
APP_VER: "1.2.5",
|
||||
APP_VER: "1.2.6",
|
||||
|
||||
//内核版本号
|
||||
CORE_VER: "1.2.5",
|
||||
CORE_VER: "1.2.6",
|
||||
|
||||
//接口地址
|
||||
API_URL: "/api",
|
||||
|
|
Loading…
Reference in New Issue