更新部分依赖以及更新版本号1.6.6

This commit is contained in:
sc 2022-08-09 13:50:52 +08:00
parent cff0dd9b1f
commit 392ae673f3
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.6.5",
"version": "1.6.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -12,7 +12,7 @@
"@tinymce/tinymce-vue": "5.0.0",
"axios": "0.27.2",
"codemirror": "5.65.5",
"core-js": "3.23.5",
"core-js": "3.24.1",
"cropperjs": "1.5.12",
"crypto-js": "4.1.1",
"echarts": "5.3.3",
@ -20,13 +20,13 @@
"nprogress": "0.2.0",
"qrcodejs2": "0.0.2",
"sortablejs": "1.15.0",
"tinymce": "6.1.0",
"tinymce": "6.1.2",
"vue": "3.2.37",
"vue-i18n": "9.1.10",
"vue-router": "4.1.2",
"vue-i18n": "9.2.2",
"vue-router": "4.1.3",
"vuedraggable": "4.0.3",
"vuex": "4.0.2",
"xgplayer": "2.31.6",
"xgplayer": "2.31.7",
"xgplayer-hls": "2.5.2"
},
"devDependencies": {
@ -35,8 +35,8 @@
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"eslint": "8.20.0",
"eslint-plugin-vue": "9.2.0",
"eslint": "8.21.0",
"eslint-plugin-vue": "9.3.0",
"sass": "1.37.5",
"sass-loader": "10.1.1"
},

View File

@ -6,10 +6,10 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard",
//版本号
APP_VER: "1.6.5",
APP_VER: "1.6.6",
//内核版本号
CORE_VER: "1.6.5",
CORE_VER: "1.6.6",
//接口地址
API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL,