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
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
public/index.html
src/components/wfd/components/Wfd.vue
src/components/wfd/item/anchor.js
src/components/wfd/shape/anchor.js
src/layout/components/Sidebar/Logo.vue
src/main.js
src/views/login/index.vue
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