Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
9cc14195
Commit
9cc14195
authored
Mar 30, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
decf504e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
16 deletions
+6
-16
video.dev.js
public/static/UE/third-party/video-js/video.dev.js
+0
-3
index.vue
src/components/relation/index.vue
+3
-11
studypayment.vue
src/pages/studyAbroad/studypayment.vue
+3
-2
No files found.
public/static/UE/third-party/video-js/video.dev.js
View file @
9cc14195
...
...
@@ -1252,9 +1252,6 @@ vjs.getAbsoluteURL = function(url){
vjs
.
log
=
function
(){
vjs
.
log
.
history
=
vjs
.
log
.
history
||
[];
// store logs to an array for reference
vjs
.
log
.
history
.
push
(
arguments
);
if
(
window
.
console
){
window
.
console
.
log
(
Array
.
prototype
.
slice
.
call
(
arguments
));
}
};
// Offset Left
...
...
src/components/relation/index.vue
View file @
9cc14195
...
...
@@ -337,11 +337,7 @@
var
_stuff_height
=
_max_y
-
_min_y
+
50
var
_final_x
=
(
this
.
graphSetting
.
viewSize
.
width
-
_stuff_width
)
/
2
-
_min_x
var
_final_y
=
(
this
.
graphSetting
.
viewSize
.
height
-
_stuff_height
)
/
2
-
_min_y
// if (window.SeeksGraphDebug) console.log('_min_x, _min_y, _stuff_width, _stuff_height:', _min_x, _min_y, _stuff_width, _stuff_height)
// var _final_x = -_min_x
// var _final_y = -_min_y
this
.
animateGoto
(
_final_x
,
_final_y
,
500
,
()
=>
{
// this.graphSetting.checkedNodeId = thisNode.id
this
.
refreshNVAnalysisInfo
()
})
})
...
...
@@ -365,8 +361,6 @@
}
else
{
this
.
graphSetting
.
layouter
=
SeeksRGLayouters
.
createLayout
(
_defaultLayoutSetting
,
this
.
graphSetting
)
}
}
else
{
console
.
log
(
'你需要设置layouts来指定当前图谱可以使用的布局器!'
)
}
this
.
doLayout
()
callback
(
this
)
...
...
@@ -788,8 +782,6 @@
}
else
{
this
.
graphSetting
.
layouter
=
SeeksRGLayouters
.
createLayout
(
_defaultLayoutSetting
,
this
.
graphSetting
)
}
}
else
{
console
.
log
(
'你需要设置layouts来指定当前图谱可以使用的布局器!'
)
}
var
__root_id
=
jsonData
[
'rootId'
]
this
.
loadGraphJsonData
(
jsonData
)
...
...
@@ -1056,7 +1048,7 @@
this
.
graphSetting
.
canvasOffset
.
y
=
_origin_offset_y
this
.
canvasBackgroundColor
=
'transparent'
}
catch
(
e
)
{
console
.
log
(
'[SEEKS Graph]Create and download image error:'
,
e
)
}
})
})
...
...
src/pages/studyAbroad/studypayment.vue
View file @
9cc14195
...
...
@@ -446,11 +446,12 @@
},
}
},
created
()
{},
created
()
{
},
mounted
()
{
if
(
this
.
$route
.
query
.
SourceId
&&
this
.
$route
.
query
.
SourceId
)
{
this
.
msg
.
SourceId
=
this
.
$route
.
query
.
SourceId
;
}
this
.
getData
();
},
...
...
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