Commit 5ebaa223 by wusiyi

feat: 临时修改地址相关信息

parent 90526e93

45.4 KB | W: | H:

79.4 KB | W: | H:

src/assets/images/about/map.png
src/assets/images/about/map.png
src/assets/images/about/map.png
src/assets/images/about/map.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -213,9 +213,14 @@ ...@@ -213,9 +213,14 @@
<li> <li>
<p <p
class="font-normal text-gray-400 inline-block w-full h-full text-sm text-white/65 cursor-pointer" class="font-normal text-gray-400 inline-block w-full h-full text-sm text-white/65 cursor-pointer"
@click="copy('广东省广州市番禺区金欧大道78号')"> @click="
copy(
'陕西省西安市高新区锦业路10号国瑞·西安金融中心第1幢1单元62层6208室'
)
">
<span class="mr-2"> <span class="mr-2">
地址: 广东省广州市番禺区金欧大道78号 地址:
陕西省西安市高新区锦业路10号国瑞·西安金融中心第1幢1单元62层6208室
</span> </span>
<i class="el-icon-document-copy"></i> <i class="el-icon-document-copy"></i>
</p> </p>
...@@ -228,7 +233,7 @@ ...@@ -228,7 +233,7 @@
<div <div
class="flex lg:flex-row flex-col items-center justify-center text-gray-400 text-opacity-45 font-light text-xs gap-5 my-3"> class="flex lg:flex-row flex-col items-center justify-center text-gray-400 text-opacity-45 font-light text-xs gap-5 my-3">
<div class="flex items-center">Copyright ©2022</div> <div class="flex items-center">Copyright ©2022</div>
<div class="flex items-center">九猫科技(广州)有限公司</div> <div class="flex items-center">九猫科技(西安)有限公司</div>
<div class="flex items-center"> <div class="flex items-center">
<img <img
......
...@@ -13,9 +13,14 @@ ...@@ -13,9 +13,14 @@
@click="goHome" @click="goHome"
style="height: 40px" style="height: 40px"
src="../assets/logo.png" src="../assets/logo.png"
alt="九猫ERP" alt="九猫科技(西安)有限公司"
title="九猫ERP" /> title="九猫科技(西安)有限公司" />
<nav class="navbar flex-1"> <div
class="text-sm text-gray-800 mt-7 ml-3 cursor-pointer z-10"
@click="goHome">
九猫科技(西安)有限公司
</div>
<nav class="navbar flex-1 -ml-20">
<ul <ul
class="navbar_item_wrap flex items-center justify-center gap-14 w-full leading-8"> class="navbar_item_wrap flex items-center justify-center gap-14 w-full leading-8">
<li <li
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<div class="fade-up-animation flex lg:flex-row flex-col lg:px-20 px-5"> <div class="fade-up-animation flex lg:flex-row flex-col lg:px-20 px-5">
<div class="lg:w-1/2 w-full lg:ml-20"> <div class="lg:w-1/2 w-full lg:ml-20">
<img <img
class="rounded-xl shadow-lg lg:w-3/4 w-full" class="rounded-xl shadow-lg lg:w-4/5 w-full"
src="../../assets/images/about/map.png" src="../../assets/images/about/map.png"
alt="map" /> alt="map" />
</div> </div>
...@@ -103,12 +103,18 @@ ...@@ -103,12 +103,18 @@
class="flex flex-col lg:w-1/2 w-full lg:py-20 py-10 gap-5 text-xs lg:text-base"> class="flex flex-col lg:w-1/2 w-full lg:py-20 py-10 gap-5 text-xs lg:text-base">
<div <div
class="flex items-center cursor-pointer" class="flex items-center cursor-pointer"
@click="copy('广东省广州市番禺区金欧大道78号')"> @click="
copy(
'陕西省西安市高新区锦业路10号国瑞·西安金融中心第1幢1单元62层6208室'
)
">
<Icon <Icon
class="erp-function-item-icon lg:w-8 lg:h-8 w-5 h-5 mr-3" class="erp-function-item-icon lg:w-8 lg:h-8 w-5 h-5 mr-3"
icon="fluent:location-28-filled" icon="fluent:location-28-filled"
color="#1d5f97" /> color="#1d5f97" />
<span>地址:广东省广州市番禺区金欧大道78号</span> <span>
地址:陕西省西安市高新区锦业路10号国瑞·西安金融中心第1幢1单元62层6208室
</span>
<i class="el-icon-document-copy ml-2"></i> <i class="el-icon-document-copy ml-2"></i>
</div> </div>
<div <div
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</li> </li>
<li> <li>
<p> <p>
本《售后政策》自发布之日2023年8月20日起生效,本政策的最终解释权归九猫科技(广州)有限公司所有。 本《售后政策》自发布之日2023年8月20日起生效,本政策的最终解释权归九猫科技(西安)有限公司所有。
</p> </p>
</li> </li>
</ol> </ol>
......
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