up 1.1.17

This commit is contained in:
sc 2021-07-15 14:24:23 +08:00
parent 5b78760ccb
commit 8710311f1c
3 changed files with 5 additions and 2 deletions

View File

@ -53,5 +53,8 @@ npm run serve
```
启动完成后浏览器访问 http://localhost:2800
## 感谢
![fastmock](https://www.fastmock.site/resource/images/logo.png)
## 支持
如果觉得本项目还不错或在工作中有所启发请在Gitee(码云)帮开发者点亮星星,这是对开发者最大的支持和鼓励!

View File

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

View File

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