更新版本号 1.6.8

This commit is contained in:
sc 2023-02-09 13:11:49 +08:00
parent 5275981469
commit 3dca03187c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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