Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
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
王淑敏
vipSupplier
Commits
7b911240
Commit
7b911240
authored
Oct 02, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
:bug:移除github推广链接
parent
0108eb75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
src/config/settings.js
+1
-1
src/views/login/index.vue
+0
-3
No files found.
src/config/settings.js
View file @
7b911240
...
@@ -31,7 +31,7 @@ module.exports = {
...
@@ -31,7 +31,7 @@ module.exports = {
//是否显示页面底部版权信息,建议您显示,当然您也可以选择不显示,不管您是付费用户还是未付费用户您都有选择显示或者不显示的权利
//是否显示页面底部版权信息,建议您显示,当然您也可以选择不显示,不管您是付费用户还是未付费用户您都有选择显示或者不显示的权利
footerCopyright
:
process
.
env
.
NODE_ENV
!==
"development"
,
footerCopyright
:
process
.
env
.
NODE_ENV
!==
"development"
,
//是否显示右上角github图标
//是否显示右上角github图标
githubCorner
:
process
.
env
.
NODE_ENV
!==
"development"
,
githubCorner
:
false
,
//是否显示顶部进度条
//是否显示顶部进度条
progressBar
:
true
,
progressBar
:
true
,
//缓存路由的最大数量
//缓存路由的最大数量
...
...
src/views/login/index.vue
View file @
7b911240
...
@@ -179,9 +179,6 @@
...
@@ -179,9 +179,6 @@
return
false
;
return
false
;
}
}
});
});
setTimeout
(()
=>
{
window
.
open
(
"https://github.com/chuzhixin/vue-admin-beautiful"
);
},
100000
);
},
},
},
},
};
};
...
...
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