|  |  |  | 
|---|
|  |  |  | <html lang="en"> | 
|---|
|  |  |  | <head> | 
|---|
|  |  |  | <meta charset="utf-8"> | 
|---|
|  |  |  | <title>仓储管理系统</title> | 
|---|
|  |  |  | <title>项目管理系统</title> | 
|---|
|  |  |  | <meta name="renderer" content="webkit"> | 
|---|
|  |  |  | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
|---|
|  |  |  | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="layui-header"> | 
|---|
|  |  |  | <div class="layui-logo"> | 
|---|
|  |  |  | <img src="../static/image/logo2.png"/> | 
|---|
|  |  |  | <cite> Wms Admin </cite> | 
|---|
|  |  |  | <cite> 项目管理系统</cite> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <!-- 左 --> | 
|---|
|  |  |  | <ul class="layui-nav layui-layout-left"> | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 默认加载主页 | 
|---|
|  |  |  | index.loadHome({ | 
|---|
|  |  |  | menuPath: baseUrl+'/views/home/console.html', | 
|---|
|  |  |  | // menuPath: baseUrl+'/views/home/console.html', | 
|---|
|  |  |  | menuPath: baseUrl+'/views/index_datashow.html', | 
|---|
|  |  |  | menuName: '<i class="layui-icon layui-icon-home"></i>' | 
|---|
|  |  |  | }); | 
|---|
|  |  |  |  | 
|---|