浏览代码

项目title更改

cz 10 月之前
父节点
当前提交
4e63169467
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      index.html

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VITE_APP_TITLE = ByteSailing
+VITE_APP_TITLE = '海嘉成管理平台'
 
 # 开发环境配置
 VITE_APP_ENV = 'development'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VITE_APP_TITLE = ByteSailing
+VITE_APP_TITLE = '海嘉成管理平台'
 
 # 生产环境配置
 VITE_APP_ENV = 'production'

+ 1 - 1
index.html

@@ -7,7 +7,7 @@
   <meta name="renderer" content="webkit">
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
   <link rel="icon" href="/favicon.ico">
-  <title>ByteSailing</title>
+  <title>海嘉成管理平台</title>
   <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
   <style>
     html,