Commit 8c87fe1c authored by chenqikuai's avatar chenqikuai

名称修改

parent 481e1966
# 中小企业协会综合服务平台 # 浙江省中小企业综合服务平台
[蓝湖链接](https://lanhuapp.com/web/#/item/project/stage?tid=ea8afdc1-edb1-42ab-8949-3dd33c902ee8&pid=77a1b069-1402-4b27-9919-66949a6288bf) [蓝湖链接](https://lanhuapp.com/web/#/item/project/stage?tid=ea8afdc1-edb1-42ab-8949-3dd33c902ee8&pid=77a1b069-1402-4b27-9919-66949a6288bf)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
> >
<link rel="stylesheet" href="//at.alicdn.com/t/font_2711356_k19r0hh1f4.css"> <link rel="stylesheet" href="//at.alicdn.com/t/font_2711356_k19r0hh1f4.css">
<p class="text-3xl semi-bold text-white text-center mb-10"> <p class="text-3xl semi-bold text-white text-center mb-10">
中小企业普惠金融管理平台 浙江省中小企业综合服务平台
</p> </p>
<div class="flex items-center"> <div class="flex items-center">
<div <div
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="flex justify-between items-center h-full"> <div class="flex justify-between items-center h-full">
<div class="text-center text-lg my-3 flex font-semibold"> <div class="text-center text-lg my-3 flex font-semibold">
<img src="../../assets/org_logo.png" class=" w-7 h-7 mr-2"> <img src="../../assets/org_logo.png" class=" w-7 h-7 mr-2">
中小企业协会综合服务平台</div> 浙江省中小企业综合服务平台</div>
<div> <div>
<!-- <a-popover> --> <!-- <a-popover> -->
<!-- <template slot="content"> <!-- <template slot="content">
......
...@@ -32,7 +32,7 @@ module.exports = { ...@@ -32,7 +32,7 @@ module.exports = {
config config
.plugin('html') .plugin('html')
.tap((args) => { .tap((args) => {
args[0].title = '中小企业协会综合服务平台'; args[0].title = '浙江省中小企业综合服务平台';
return args; return args;
}); });
}, },
......
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