bugfix
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VITE_APP_TITLE=中科云
|
VITE_APP_TITLE=咸海生态治理国际科技产业合作信息化平台
|
||||||
|
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
VITE_APP_ENV='development'
|
VITE_APP_ENV='development'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VITE_APP_TITLE=中科云
|
VITE_APP_TITLE=咸海生态治理国际科技产业合作信息化平台
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
VITE_APP_ENV='production'
|
VITE_APP_ENV='production'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 页面标题
|
# 页面标题
|
||||||
VITE_APP_TITLE = 中科云
|
VITE_APP_TITLE = 咸海生态治理国际科技产业合作信息化平台
|
||||||
|
|
||||||
# 生产环境配置
|
# 生产环境配置
|
||||||
VITE_APP_ENV = 'staging'
|
VITE_APP_ENV = 'staging'
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<!-- <script src="https://webapi.amap.com/maps?v=1.4.11&key=bfc7224388e835679ffe74cfbd28c8d6&plugin=AMap.DistrictSearch"-->
|
<!-- <script src="https://webapi.amap.com/maps?v=1.4.11&key=bfc7224388e835679ffe74cfbd28c8d6&plugin=AMap.DistrictSearch"-->
|
||||||
<!-- type="text/javascript"></script>-->
|
<!-- type="text/javascript"></script>-->
|
||||||
<!-- <script src="//webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>-->
|
<!-- <script src="//webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>-->
|
||||||
<title>中科云</title>
|
<title>咸海生态治理国际科技产业合作信息化平台</title>
|
||||||
<!--[if lt IE 11]>
|
<!--[if lt IE 11]>
|
||||||
<script>window.location.href = '/html/ie.html';</script><![endif]-->
|
<script>window.location.href = '/html/ie.html';</script><![endif]-->
|
||||||
<style>
|
<style>
|
||||||
|
@ -120,7 +120,7 @@ const webSearch = {
|
|||||||
// 后台暂未提供
|
// 后台暂未提供
|
||||||
noDataFromBackground: "Нет данных из фона",
|
noDataFromBackground: "Нет данных из фона",
|
||||||
// 中科云平台
|
// 中科云平台
|
||||||
zhongkeyunPlatform: "Платформа Чжункейюнь",
|
zhongkeyunPlatform: "Информационная платформа международного сотрудничества в сфере науки и технологий, управления экологией Аральского моря",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default webSearch;
|
export default webSearch;
|
||||||
|
@ -120,6 +120,6 @@ const webSearch = {
|
|||||||
// 后台暂未提供
|
// 后台暂未提供
|
||||||
noDataFromBackground: "后台暂未提供",
|
noDataFromBackground: "后台暂未提供",
|
||||||
// 中科云平台
|
// 中科云平台
|
||||||
zhongkeyunPlatform: "中科云平台",
|
zhongkeyunPlatform: "咸海生态治理国际科技产业合作信息化平台",
|
||||||
};
|
};
|
||||||
export default webSearch;
|
export default webSearch;
|
||||||
|
Reference in New Issue
Block a user