desc: 修改代码
This commit is contained in:
parent
1c373822ee
commit
7c69263701
@ -3,11 +3,9 @@
|
||||
<div class="main-container">
|
||||
<navbar />
|
||||
<section class="app-main" :style="{height: height+'px'}">
|
||||
<!-- <el-scrollbar wrap-class="scrollbar-wrapper app_scrollbar_box"> -->
|
||||
<transition name="fade" mode="out-in">
|
||||
<router-view />
|
||||
</transition>
|
||||
<!-- </el-scrollbar> -->
|
||||
</section>
|
||||
<el-footer class="footers" style="height:30px;">
|
||||
<div style="font-size:14px;float:left;">{{ $t('global.companyInfo') }} {{ $t('global.companyTel') }}</div>
|
||||
|
@ -27,7 +27,6 @@ module.exports = {
|
||||
assetsDir: 'static',
|
||||
lintOnSave: false,
|
||||
productionSourceMap: false,
|
||||
cssSourceMap: true,
|
||||
devServer: {
|
||||
port: port,
|
||||
open: true,
|
||||
|
Loading…
Reference in New Issue
Block a user