更改版本号 1.1.9

This commit is contained in:
sc 2021-06-23 15:20:38 +08:00
parent 8f66208a49
commit 671bae81f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "SCUI-Admin", "name": "SCUI-Admin",
"version": "1.1.8", "version": "1.1.9",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
APP_NAME: "SCUI", APP_NAME: "SCUI",
//版本号 //版本号
APP_VER: "1.1.8", APP_VER: "1.1.9",
//接口地址 //接口地址
API_URL: "", API_URL: "",