Commit e5b429f0 authored by 程卓's avatar 程卓

修复bug

parent 2aab4377
......@@ -65,7 +65,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: './', // 设置生产地址,否则生产环境下在子项目刷新页面会空白
assetsPublicPath: '/', // 设置生产地址,否则生产环境下在子项目刷新页面会空白
/**
* Source Maps
......
......@@ -205,8 +205,8 @@ let projects = []
// activeRule: checkPrefix(system[i].activeRule)
// })
// }
registerMicroApps(projects) // 注册子项目
// registerMicroApps(projects) // 注册子项目
render()
start()
// start()
......@@ -11,22 +11,26 @@
</span>
</a-table>
</div>
</div>
<div style="margin:0 auto; padding:20px 0;position:absolute;bottom:0;left:50%;transform: translate(-15%);">
<a target="_blank" href=" " style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
<img src="@/assets/icon/jc.png" style="float:left;"/>
<img :src="require('@/assets/icon/jc.png')" style="float:left;"/>
<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪公网安备 31011002005918号</p >
</a>
</div>
</div>
</div>
</template>
<script>
export default {
data() {
return {
receiptList: [],
imageUrl: require('@/assets/icon/jc.png'),
pagination: {//分页
pageNo: 1,
pageSize: 10,
......
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