Sfoglia il codice sorgente

A 通用 新增项目预览图

张玉坡 7 anni fa
parent
commit
0026624c9d

+ 5 - 2
README.md

@@ -85,8 +85,11 @@ $ -e MYSQL_DATABASE="spug"                    //指定数据库名称
 
 ### 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 开发者文档
 ----------------------------

BIN
docs/demo/host.gif


BIN
docs/demo/login.gif


BIN
docs/demo/publish.gif


BIN
docs/demo/tasks.gif


BIN
docs/demo/user.gif


+ 2 - 2
spug_web/src/config/env.js

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