@@ -73,7 +73,7 @@
<div style="padding-left: 10px">
<p>
<span class="table-show-tile-font">{{ row.RESOURCE_NAME }}</span><br>
- <span style="letter-spacing: 1px;" class="content-font">{{ row.RELEASE_REMARKS }}</span>
+ <span style="font-size: 15px;color: #595959;" class="table-filed-font">{{ row.RELEASE_REMARKS }}</span>
</p>
</div>
@@ -13,8 +13,8 @@ export default defineConfig({
// 代理所有 /api 的请求,该求情将被代理到 target 中
'/api': {
// 代理请求之后的请求地址(你的真实接口地址)
- target: 'https://cimweb.zjw.sh.cegn.cn:2002/data-business-prod/',
- // target: 'http://localhost:9250/',
+ // target: 'https://cimweb.zjw.sh.cegn.cn:2002/data-business-prod/',
+ target: 'http://localhost:9250/',
secure: false,
ws: true,
// 跨域