Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
5db2e678
Commit
5db2e678
authored
Jul 18, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug.
parent
f6670de5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
8 deletions
+7
-8
public/index.html
+1
-1
src/components/wfd/components/Wfd.vue
+1
-1
src/components/wfd/item/anchor.js
+1
-1
src/components/wfd/shape/anchor.js
+1
-1
src/layout/components/Sidebar/Logo.vue
+1
-1
src/main.js
+1
-2
src/views/login/index.vue
+1
-1
No files found.
public/index.html
View file @
5db2e678
...
...
@@ -9,7 +9,7 @@
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title><
%=
webpackConfig
.
name
%
>
- ferry
</title>
<meta
name=
"keywords"
content=
"ferry,vue,gin,go"
>
<meta
name=
"description"
content=
"
后台管理系统
"
>
<meta
name=
"description"
content=
"
FERRY 管理平台
"
>
<style>
html
,
body
,
...
...
src/components/wfd/components/Wfd.vue
View file @
5db2e678
...
...
@@ -22,7 +22,7 @@
</div>
</
template
>
<
script
>
import
G6
from
'@
/components/wfd
/src'
import
G6
from
'@
antv/g6
/src'
import
{
getShapeName
}
from
'../util/clazz'
import
Command
from
'../plugins/command'
import
Toolbar
from
'../plugins/toolbar'
...
...
src/components/wfd/item/anchor.js
View file @
5db2e678
import
editorStyle
from
'../util/defaultStyle'
const
Item
=
require
(
'@
/components/wfd
/src/item/item'
)
const
Item
=
require
(
'@
antv/g6
/src/item/item'
)
const
createAnchor
=
(
index
,
style
,
group
)
=>
{
const
anchorContainer
=
group
.
addGroup
()
...
...
src/components/wfd/shape/anchor.js
View file @
5db2e678
import
editorStyle
from
'../util/defaultStyle'
const
SingleShapeMixin
=
require
(
'@
/components/wfd
/src/shape/single-shape-mixin'
)
const
SingleShapeMixin
=
require
(
'@
antv/g6
/src/shape/single-shape-mixin'
)
export
default
function
(
G6
)
{
G6
.
Shape
.
registerFactory
(
'anchor'
,
{
defaultShapeType
:
'marker'
...
...
src/layout/components/Sidebar/Logo.vue
View file @
5db2e678
...
...
@@ -24,7 +24,7 @@ export default {
},
data
()
{
return
{
title
:
'
后台管理系统
'
,
title
:
'
FERRY 管理平台
'
,
logo
:
'@/assets/logo/ferry_logo_white.png'
}
}
...
...
src/main.js
View file @
5db2e678
...
...
@@ -15,7 +15,7 @@ import store from './store'
import
router
from
'./router'
import
permission
from
'./directive/permission'
import
{
parseTime
,
resetForm
,
addDateRange
,
selectDictLabel
,
download
}
from
'@/utils/costum'
import
{
parseTime
,
resetForm
,
addDateRange
,
selectDictLabel
}
from
'@/utils/costum'
import
'./icons'
// icon
import
'./permission'
// permission control
...
...
@@ -39,7 +39,6 @@ Vue.prototype.parseTime = parseTime
Vue
.
prototype
.
resetForm
=
resetForm
Vue
.
prototype
.
addDateRange
=
addDateRange
Vue
.
prototype
.
selectDictLabel
=
selectDictLabel
Vue
.
prototype
.
download
=
download
// 全局组件挂载
Vue
.
component
(
'Pagination'
,
Pagination
)
...
...
src/views/login/index.vue
View file @
5db2e678
...
...
@@ -4,7 +4,7 @@
<div
class=
"title-container"
>
<h3
class=
"title"
>
后台管理系统
FERRY 管理平台
</h3>
</div>
...
...
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