更改版本号 1.3.2

This commit is contained in:
sc 2021-11-05 10:11:56 +08:00
parent 408d3ea49c
commit cf9e36ce46
2 changed files with 3 additions and 3 deletions

View File

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

View File

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