A 通用 新增项目预览图

pull/11/head
张玉坡 2018-03-06 18:27:34 +08:00
parent c3d0f3941a
commit 0026624c9d
7 changed files with 7 additions and 4 deletions

View File

@ -85,8 +85,11 @@ $ -e MYSQL_DATABASE="spug" //指定数据库名称
### Preview 预览 ### Preview 预览
---------------------------- ----------------------------
![image](https://github.com/openspug/spug/blob/master/docs/demo/login.gif)
![image](https://github.com/openspug/spug/blob/master/docs/demo/user.gif)
![image](https://github.com/openspug/spug/blob/master/docs/demo/host.gif)
![image](https://github.com/openspug/spug/blob/master/docs/demo/publish.gif)
![image](https://github.com/openspug/spug/blob/master/docs/demo/tasks.gif)
### Docs 开发者文档 ### Docs 开发者文档
---------------------------- ----------------------------

BIN
docs/demo/host.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
docs/demo/login.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

BIN
docs/demo/publish.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

BIN
docs/demo/tasks.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
docs/demo/user.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -1,8 +1,8 @@
// 环境配置 // 环境配置
// 后端接口地址 // 后端API接口地址
const envs = { const envs = {
apiServer: 'http://192.168.1.101:3000', apiServer: 'http://127.0.0.1:3000',
request_timeout: 12000, request_timeout: 12000,
}; };