Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
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
gic-web
shareConfig
Commits
a927dd71
Commit
a927dd71
authored
Sep 25, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 跳转卡片创建页bug
parent
8f74c0c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
active-select.vue
src/components/active/active-select.vue
+4
-4
No files found.
src/components/active/active-select.vue
View file @
a927dd71
...
@@ -553,10 +553,10 @@ export default {
...
@@ -553,10 +553,10 @@ export default {
* 跳转卡片创建页
* 跳转卡片创建页
*/
*/
toRedirectPage(item) {
toRedirectPage(item) {
if (window.location.origin.includes('
gicdev
')) {
//
if (window.location.origin.includes('
gicdev
')) {
window.open(item.url);
//
window.open(item.url);
return false;
//
return false;
}
//
}
if (item.id == '
marking
') {
if (item.id == '
marking
') {
window.open('
/
gic
-
web
/
#
/
custom
');
window.open('
/
gic
-
web
/
#
/
custom
');
}
}
...
...
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