Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-office-header
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-plugins
vue-office-header
Commits
075695db
Commit
075695db
authored
May 23, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改跳转链接
parent
e24ab33e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
vue-office-header.js
dist/vue-office-header.js
+0
-0
vue-office-header.js.map
dist/vue-office-header.js.map
+0
-0
vue-office-header.vue
src/lib/vue-office-header.vue
+2
-1
No files found.
dist/vue-office-header.js
View file @
075695db
This diff is collapsed.
Click to expand it.
dist/vue-office-header.js.map
View file @
075695db
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/lib/vue-office-header.vue
View file @
075695db
...
@@ -93,7 +93,8 @@
...
@@ -93,7 +93,8 @@
// 跳转 gic 管理后台
// 跳转 gic 管理后台
toGicLogin
()
{
toGicLogin
()
{
window
.
location
.
href
=
window
.
location
.
origin
+
'/gic-web/#/'
;
let
toUrl
=
window
.
location
.
origin
.
includes
(
'demogic.com'
)
?
window
.
location
.
origin
:
'https://hope.demogic.com'
;
window
.
location
.
href
=
toUrl
+
'/gic-web/#/'
;
},
},
//退出登录
//退出登录
...
...
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