chore(config): 更新环境配置和页面标题
- 在开发、生产、预发布环境配置中注释掉旧标题 - 在 index.html 中注释掉旧 favicon 和标题- 更新 Logo 组件和构建工具页面中的 logo 引入路径 - 使用新 logo 文件替换旧文件引用
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 首达特及巨峰外贸中心
|
||||
# VITE_APP_TITLE = 创高综合办公系统
|
||||
|
||||
# 开发环境配置
|
||||
VITE_APP_ENV = 'development'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 首达特及巨峰外贸中心
|
||||
# VITE_APP_TITLE = 创高综合办公系统
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'production'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 首达特及巨峰外贸中心
|
||||
# VITE_APP_TITLE = 创高综合办公系统
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'staging'
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link rel="icon" href="/favicon1.png">
|
||||
<title>首达特及巨峰钢铁外贸中心</title>
|
||||
<!-- <link rel="icon" href="/favicon.png">
|
||||
<title>创高综合办公系统</title>-->
|
||||
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
||||
<style>
|
||||
html,
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// import logo from '@/assets/logo/logo.png'
|
||||
import logo from '@/assets/logo/sdtlogo.png'
|
||||
import useSettingsStore from '@/store/modules/settings'
|
||||
import variables from '@/assets/styles/variables.module.scss'
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
import draggable from "vuedraggable/dist/vuedraggable.common"
|
||||
import ClipboardJS from 'clipboard'
|
||||
import beautifier from 'js-beautify'
|
||||
// import logo from '@/assets/logo/logo.png'
|
||||
import logo from '@/assets/logo/sdtlogo.png'
|
||||
import { inputComponents, selectComponents, layoutComponents, formConf as formConfData } from '@/utils/generator/config'
|
||||
import { beautifierConf } from '@/utils/index'
|
||||
|
||||
Reference in New Issue
Block a user