Merge branch 'master' of https://gitee.com/virus010101/linfeng-community
This commit is contained in:
commit
7e4ebe7f35
12
README.md
12
README.md
@ -41,8 +41,6 @@ https://dev.linfeng.tech
|
||||
|
||||
演示账号3: test3 密码:123456
|
||||
|
||||
(推荐使用演示账号2、3登录)
|
||||
|
||||
[查看开源版功能清单](https://net.linfeng.tech/version/version.html)
|
||||
|
||||
|
||||
@ -71,11 +69,9 @@ https://dev.linfeng.tech
|
||||
|
||||
https://dev.linfeng.tech
|
||||
|
||||
演示账号: test (test2 、test3也可以)
|
||||
演示账号:自带
|
||||
|
||||
密码:123456
|
||||
|
||||
(**注意**:如果多人同时登录同一账号,已登录在线用户会被挤出;推荐使用演示账号2、3登录)
|
||||
(**注意**:如果多人同时登录同一账号,已登录在线用户会被挤出)
|
||||
|
||||
开源版技术栈:Vue2+ElementUI
|
||||
|
||||
@ -101,10 +97,12 @@ https://dev.linfeng.tech
|
||||
2. 数据库请使用MySQL5.7或以上版本。sql文件请点个star后再加群获取
|
||||
3. 配置后台前端 先npm install 下载依赖后,再npm run dev即可
|
||||
4. 用户端代码先utils/config.js下配置后端接口 再npm install 安装依赖,然后在HbuilderX中启动项目
|
||||
5. 具体配置可以参考标准版的文档
|
||||
5. 具体配置可以参考文档
|
||||
|
||||
**林风社交论坛项目标准版文档地址**:https://www.kancloud.cn/linfengkj/linfeng_community/2754703
|
||||
|
||||
**开源版文档**:QQ群文档
|
||||
|
||||
项目地址:
|
||||
|
||||
https://gitee.com/virus010101/linfeng-community
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
<text class="desc">{{userInfo.intro}}</text>
|
||||
<text class="desc" v-if="userInfo.city">IP:{{userInfo.city}}</text>
|
||||
<text class="desc" v-else>IP属地:未知</text>
|
||||
|
||||
<view class="btn-box" v-if="currUid!=uid">
|
||||
<u-button v-show="!userInfo.isFollow" @click="follow" :custom-style="btnStyle" class="btn"
|
||||
|
Loading…
x
Reference in New Issue
Block a user