Commit 01e70541 authored by songrui's avatar songrui

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents e1d0ad2f f9a4b374
......@@ -7,7 +7,7 @@
<link rel='icon' href='<%= BASE_URL %>favicon.ico'>
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- 3.3.4/vconsole.min.js -->
<!-- <script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script>-->
<script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script>
</head>
<body>
<noscript>
......@@ -79,7 +79,7 @@
<!-- built files will be auto injected -->
</body>
<script>
// var vConsole =new VConsole();
// console.log('Hello world');
var vConsole =new VConsole();
console.log('Hello world');
</script>
</html>
......@@ -4,7 +4,7 @@ const routes = [
{
path: '/doctor',
name: 'Home',
redirect: '/doctor/followUp/list'
redirect: '/doctor/workbench'
},
{
path: '/resident',
......
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