mirror of https://github.com/openspug/spug
A 通用 新增项目预览图
parent
c3d0f3941a
commit
0026624c9d
|
@ -85,8 +85,11 @@ $ -e MYSQL_DATABASE="spug" //指定数据库名称
|
||||||
|
|
||||||
### Preview 预览
|
### Preview 预览
|
||||||
----------------------------
|
----------------------------
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### Docs 开发者文档
|
### Docs 开发者文档
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
Binary file not shown.
After Width: | Height: | Size: 468 KiB |
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue