Commit e5b429f0 authored by 程卓's avatar 程卓

修复bug

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