736c21d0 by 杨炀

no message

1 parent 6a6011fc
......@@ -11,7 +11,10 @@
<img v-if="i==4" class="iconImg" src="@/assets/img/btn05.png">
<div class="statistic">
<h3>{{n.name}}</h3>
<p v-if="Array.isArray(n.num)">{{n.num[0]}}卷 /<br/>{{n.num[1]}}</p>
<p v-if="Array.isArray(n.num)">
{{Number(n.num[0]/10000).toFixed(2)}} 万卷/<br/>
{{Number(n.num[1]/10000).toFixed(2)}} 万件
</p>
<p v-else>{{n.num}}</p>
</div>
......@@ -103,6 +106,7 @@ function unpauseAn() {
font-family: 'DIN Alternate';
-webkit-text-fill-color: transparent;line-height: 1;overflow: visible;
margin: 0;height: calc(60*100vw/1920);display: flex;align-items: center;justify-content: center;
span{font-size: calc(22*100vw/1920);}
}
}
.ellipse {
......
......@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
target: 'http://192.168.1.66:5511/',
target: 'http://192.168.1.67:5511/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!