Commit b2435e75 by Licx

报表查询角色登录跳转

parent 4e0c77e1
...@@ -7,27 +7,30 @@ ...@@ -7,27 +7,30 @@
--> -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<!-- <meta base="/his/"> --> <!-- <meta base="/his/"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="favicon.ico" /> <link rel="icon" href="favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="Expires" content="0" /> <meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-control" content="no-cache" /> <meta http-equiv="Cache-control" content="no-cache" />
<meta http-equiv="Cache" content="no-cache" /> <meta http-equiv="Cache" content="no-cache" />
<title>基于病种精准管理系统</title> <title>基于病种精准管理系统</title>
</head> <script type="text/javascript" src="./webconfig.js"></script>
</head>
<body> <body>
<noscript> <noscript>
<strong <strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
> properly without JavaScript enabled. Please enable it to
</noscript> continue.</strong
<div id="app"></div> >
<!-- built files will be auto injected --> </noscript>
</body> <div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html> </html>
window.webConfig = {
diseLink: 'http://192.168.18.90:8080/#/dataAnalysis/department'
}
Markdown is supported
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