chore(config): 更新应用标题和相关配置
- 修改开发、生产、预发布环境的应用标题 - 更新 favicon 图标路径- 替换 Logo 图片资源路径 - 更新项目描述信息为“首达特及巨峰外贸中心”
This commit is contained in:
BIN
gear-ui3/src/assets/logo/sdtlogo.png
Normal file
BIN
gear-ui3/src/assets/logo/sdtlogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -14,7 +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'
|
||||
|
||||
@@ -94,4 +94,4 @@ const getLogoTextColor = computed(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -99,7 +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'
|
||||
import drawingDefalut from '@/utils/generator/drawingDefalut'
|
||||
|
||||
Reference in New Issue
Block a user