UP 1.2.4
This commit is contained in:
parent
cb5e2ea52c
commit
326898bb85
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scui",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ const DEFAULT_CONFIG = {
|
|||
APP_NAME: "SCUI",
|
||||
|
||||
//版本号
|
||||
APP_VER: "1.2.3",
|
||||
APP_VER: "1.2.4",
|
||||
|
||||
//内核版本号
|
||||
CORE_VER: "1.2.3",
|
||||
CORE_VER: "1.2.4",
|
||||
|
||||
//接口地址
|
||||
API_URL: "/api",
|
||||
|
|
|
|||
Loading…
Reference in New Issue