优化代码

This commit is contained in:
java110 2020-07-03 14:53:41 +08:00
parent 2af2146601
commit bd7d58ce7c
3 changed files with 15 additions and 12 deletions

4
app.js
View File

@ -33,8 +33,8 @@ let opts = {
//app.use('/callComponent',proxy('https://app.demo.winqi.cn/',opts));
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012/',opts));
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
//app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
//app.listen(3000);

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta charset="UTF-8" />
<title>HC小区管理系统|java110</title>
<vc:create path="frame/commonTop" location="head"></vc:create>
<vc:create path="frame/commonTop" location="head"></vc:create>
<!-- import CSS -->
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
@ -14,6 +14,8 @@
<link href="/css/animate.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" href="/css/toastr.css" />
<!-- SUMMERNOTE 富文本组件-->
<link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/vc-ui.css" />
<link rel="stylesheet" href="https://unpkg.com/bootstrap-submenu@3.0.1/dist/css/bootstrap-submenu.css">
@ -29,8 +31,7 @@
<script src="/js/plugins/select2/select2.full.min.js"></script>
<script src="/js/plugins/echart/echarts.min.js"></script>
<script src="/js/plugins/echart/china.js"></script>
<!-- SUMMERNOTE 富文本组件-->
<link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
<script src="/js/plugins/summernote/summernote-bs4.min.js"></script>
<script src="/js/plugins/summernote/summernote-zh-CN.min.js"></script>
<script src="/js/plugins/xss/xss.min.js"></script>
@ -44,18 +45,19 @@
</head>
<body class="vc-body">
<vc:create path="frame/bodyTop" ></vc:create>
<vc:create path="frame/bodyTop"></vc:create>
<div class="vc">
<vc:create path="frame/menu" ></vc:create>
<div id="vc-page" class="gray-bg dashbard-1 vc-page-height" >
<vc:create path="frame/menu"></vc:create>
<div id="vc-page" class="gray-bg dashbard-1 vc-page-height">
<div class="border-bottom">
<vc:create path="frame/nav" ></vc:create>
<vc:create path="frame/nav"></vc:create>
</div>
<div class="vc-wrapper vc-content" style="padding-bottom: 0px;">
<vc:create path="frame/breadcrumb"></vc:create>
</div>
<!-- -->
<div id="component" class="vc-wrapper vc-content animated fadeInRight" vc-path="/common/chooseEnterCommunity">
<div id="component" class="vc-wrapper vc-content animated fadeInRight"
vc-path="/common/chooseEnterCommunity">
<vc:create path="/pages/common/enterCommunity"></vc:create>
</div>

View File

@ -12,6 +12,8 @@
<link href="/css/animate.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" href="/css/toastr.css" />
<!-- SUMMERNOTE 富文本组件-->
<link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/vc-ui.css" />
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
@ -25,8 +27,7 @@
<script src="/js/plugins/select2/select2.full.min.js"></script>
<script src="/js/plugins/echart/echarts.min.js"></script>
<script src="/js/plugins/echart/china.js"></script>
<!-- SUMMERNOTE 富文本组件-->
<link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
<script src="/js/plugins/summernote/summernote-bs4.min.js"></script>
<script src="/js/plugins/summernote/summernote-zh-CN.min.js"></script>
<script src="/js/plugins/xss/xss.min.js"></script>