up 1.1.18
This commit is contained in:
parent
5e58639a0d
commit
a6cdfde659
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scui",
|
"name": "scui",
|
||||||
"version": "1.1.17",
|
"version": "1.1.18",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
|
||||||
APP_NAME: "SCUI",
|
APP_NAME: "SCUI",
|
||||||
|
|
||||||
//版本号
|
//版本号
|
||||||
APP_VER: "1.1.17",
|
APP_VER: "1.1.18",
|
||||||
|
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: "/api",
|
API_URL: "/api",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue