Commit 9e2c6b53 authored by 程卓's avatar 程卓

init

parent 507ba38a
...@@ -45,7 +45,8 @@ default: // 默认环境下(开发环境) ...@@ -45,7 +45,8 @@ default: // 默认环境下(开发环境)
// WBX_URL = 'https://wbx-uat.omniview.pro/pc' // WBX_URL = 'https://wbx-uat.omniview.pro/pc'
// BASE_URL = '/api' // BASE_URL = '/api'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2' // BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
BASE_URL = 'https://wbx-uat.omniview.pro/api' // BASE_URL = 'https://wbx-uat.omniview.pro/api'
BASE_URL= 'https://wbxpt.shyp.gov.cn/api'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' // BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2' // BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
......
<template> <template>
<div class="routerWapper"> <div class="routerWapper">
<div class="portalDetailTitle" v-if="$route.name=='receiptList'"> <div class="portalDetailTitle" v-if="$route.name=='receiptList'">
<span class="title">预约列表</span> <span class="title">预约列表</span>
</div> </div>
<div v-if="$route.name=='receiptList'" class="layoutMargin layoutPadding"> <div v-if="$route.name=='receiptList'" class="layoutMargin layoutPadding">
<div class="portalTableOperates"> <div class="portalTableOperates">
<a-table bordered class="portalTable" :dataSource="receiptList" :columns="columns" size="small" :pagination="pagination" rowKey="id"> <a-table bordered class="portalTable" :dataSource="receiptList" :columns="columns" size="small" :pagination="pagination" rowKey="id">
...@@ -12,6 +12,13 @@ ...@@ -12,6 +12,13 @@
</a-table> </a-table>
</div> </div>
</div> </div>
<div style="width:300px;margin:0 auto; padding:20px 0;">
<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;"/>
<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪公网安备 31011002005918号</p >
</a>
</div>
</div> </div>
</template> </template>
......
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