Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9e60d95d
authored
Dec 24, 2021
by
lanyulei
Committed by
GitHub
Dec 24, 2021
Browse files
Options
Browse Files
Download
Plain Diff
fix: update README.md
fix: update README.md
parents
84990011
1897100c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
README.md
src/views/login/index.vue
README.md
View file @
9e60d95d
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<img
src=
"https://www.fdevops.com/wp-content/uploads/2020/09/1599039924-ferry_log.png"
>
<img
src=
"https://www.fdevops.com/wp-content/uploads/2020/09/1599039924-ferry_log.png"
>
</p>
</p>
<p
align=
"center"
>
<p
align=
"center"
>
<a
href=
"https://github.com/lanyulei/ferry"
>
<a
href=
"https://github.com/lanyulei/ferry"
>
<img
src=
"https://www.fdevops.com/wp-content/uploads/2020/07/1595067271-badge.png"
>
<img
src=
"https://www.fdevops.com/wp-content/uploads/2020/07/1595067271-badge.png"
>
...
@@ -41,8 +42,8 @@
...
@@ -41,8 +42,8 @@
视频教程(由群内好友
<
稳定
>
提供,非常感谢。):
视频教程(由群内好友
<
稳定
>
提供,非常感谢。):
*
ferry工单系统需要的软件准备
<https://www.bilibili.com/video/BV1sA411s7jE>
*
ferry工单系统需要的软件准备
https://www.bilibili.com/video/BV1sA411s7jE
*
ferry源代码下载后第一次运行
<https://www.bilibili.com/video/BV1oy4y1v7LR>
*
ferry源代码下载后第一次运行
https://www.bilibili.com/video/BV1oy4y1v7LR
官网:
[
http://ferry.fdevops.com
](
http://ferry.fdevops.com
)
官网:
[
http://ferry.fdevops.com
](
http://ferry.fdevops.com
)
...
@@ -79,13 +80,11 @@
...
@@ -79,13 +80,11 @@
<!-- /wp:list -->
<!-- /wp:list -->
快速安装部署:
快速安装部署:
```
```
bash build.sh install
bash build.sh install
```
```
启动服务:
启动服务:
```
```
bash build.sh start
bash build.sh start
```
```
...
@@ -101,14 +100,14 @@ bash build.sh start
...
@@ -101,14 +100,14 @@ bash build.sh start
群里只要不说骂人、侮辱人之类人身攻击的话,您就可以畅所欲言,有bug我及时修改,使用中有不懂的,我会及时回复,感谢。
群里只要不说骂人、侮辱人之类人身攻击的话,您就可以畅所欲言,有bug我及时修改,使用中有不懂的,我会及时回复,感谢。
<p>
<p>
<img
width=
"300"
src=
"https://www.fdevops.com/wp-content/uploads/2021/
05/1620470212-WechatIMG391.jpe
g"
>
<img
width=
"300"
src=
"https://www.fdevops.com/wp-content/uploads/2021/
12/1640275868-2021122316110810.pn
g"
>
</p>
</p>
QQ群
2:1043807251
QQ群
3:767524537
[
兰玉磊的技术博客
](
https://www.fdevops.com/
)
[
兰玉磊的技术博客
](
https://www.fdevops.com/
)
个人微信,添加好友请描述地区、公司及名字,例如:北京-阿里巴巴
-xxx。
###个人微信,添加好友请描述地区、公司及名字,例如:北京-国美
-xxx。
微信号:fdevops
微信号:fdevops
...
@@ -117,12 +116,11 @@ QQ群 2:1043807251
...
@@ -117,12 +116,11 @@ QQ群 2:1043807251
</p>
</p>
## 特别感谢
## 特别感谢
[
go-amdin # 不错的后台开发框架
](
https://github.com/go-admin-team/go-admin
)
[
go-amdin # 不错的后台开发框架
](
https://github.com/go-admin-team/go-admin
)
[
vue-element-admin # 不错的前端模版框架
](
https://github.com/PanJiaChen/vue-element-admin
)
[
vue-element-admin # 不错的前端模版框架
](
https://github.com/PanJiaChen/vue-element-admin
)
[
vue-form-making # 表单设计器,开源版本比较简单,如果有能力的话可以自己进行二次开发
](
https://github.com/GavinZhuLei/vue-form-making.git
)
[
vue-form-making # 表单设计器,开源版本比较简单,如果有能力的话可以自己进行二次开发
](
https://github.com/GavinZhuLei/vue-form-making.git
)
[
wfd-vue # 流程设计器
](
https://github.com/guozhaolong/wfd-vue
)
[
wfd-vue # 流程设计器
](
https://github.com/guozhaolong/wfd-vue
)
...
...
src/views/login/index.vue
View file @
9e60d95d
...
@@ -110,7 +110,7 @@ import moment from 'moment'
...
@@ -110,7 +110,7 @@ import moment from 'moment'
import
{
mapGetters
}
from
'vuex'
import
{
mapGetters
}
from
'vuex'
export
default
{
export
default
{
name
:
'Login'
,
name
:
'Login
Index
'
,
data
()
{
data
()
{
return
{
return
{
isLdapTmp
:
false
,
isLdapTmp
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment