Commit 13baaca7 authored by Sun's avatar Sun
Browse files

no commit message

parent 75b3ec86
$(document).ready(function(){ $(document).ready(function(){
getCount();
}); });
setTimeout(function () {
getCount();
}, 3000);
$(function () { $(function () {
App.setbasePath("../"); App.setbasePath("../");
App.setGlobalImgPath("dist/img/"); App.setGlobalImgPath("dist/img/");
...@@ -9,7 +10,7 @@ $(function () { ...@@ -9,7 +10,7 @@ $(function () {
id: '10008', id: '10008',
title: '<i class="fa fa-home"></i>首页', title: '<i class="fa fa-home"></i>首页',
close: false, close: false,
url: '/admin/home', url: '/admin/home',//
urlType: "http" urlType: "http"
}); });
/*addTabs({ /*addTabs({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment