更改版本号 1.1.21

This commit is contained in:
sc 2021-08-06 08:30:04 +08:00
parent 4eb67533df
commit 7b6add02d2
3 changed files with 2 additions and 11 deletions

View File

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

View File

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

View File

@ -32,15 +32,6 @@ const routes = [{
icon: "el-icon-user",
},
component: () => import(/* webpackChunkName: "usercenter" */ '@/views/userCenter'),
},
{
name: "scselect",
path: "/vab/select",
meta: {
title: "异步选择器",
icon: "el-icon-document-copy",
},
component: () => import(/* webpackChunkName: "select" */ '@/views/vab/select'),
}
]
}