UP 更新版本号

This commit is contained in:
sc 2022-11-17 09:07:47 +08:00
parent d7cf9c59c7
commit c8ac9d5f93
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.6.6",
"version": "1.6.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

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