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