Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloudV3.0
Commits
13baaca7
Commit
13baaca7
authored
Jan 08, 2019
by
Sun
Browse files
no commit message
parent
75b3ec86
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/src/main/webapp/staticViews/index/index.js
View file @
13baaca7
$
(
document
).
ready
(
function
(){
getCount
();
});
setTimeout
(
function
()
{
getCount
();
},
3000
);
$
(
function
()
{
App
.
setbasePath
(
"
../
"
);
App
.
setGlobalImgPath
(
"
dist/img/
"
);
...
...
@@ -9,7 +10,7 @@ $(function () {
id
:
'
10008
'
,
title
:
'
<i class="fa fa-home"></i>首页
'
,
close
:
false
,
url
:
'
/admin/home
'
,
url
:
'
/admin/home
'
,
//
urlType
:
"
http
"
});
/*addTabs({
...
...
Write
Preview
Supports
Markdown
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