no message

This commit is contained in:
hawk86104 2025-04-03 14:01:04 +08:00
parent cd8300e4a5
commit dee90eb713
4 changed files with 8 additions and 9 deletions

View File

@ -4,7 +4,7 @@
# @Autor: 地虎降天龙
# @Date: 2025-03-18 10:44:21
# @LastEditors: 地虎降天龙
# @LastEditTime: 2025-03-18 10:46:29
# @LastEditTime: 2025-04-03 12:00:36
###
# 自动增加插件里面pages的页面路由
FES_APP_PLUGINS=true
@ -13,4 +13,4 @@ FES_APP_PLUGINS=true
FES_APP_PREINDEX=true
# 只打包某个插件
FES_APP_PLSNAME='uniAppView'
FES_APP_PLSNAME='qiankunTvt'

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2025-04-03 09:09:30
* @LastEditTime: 2025-04-03 14:00:38
*/
// import { resolve } from 'path';
import { join } from 'path'
@ -22,7 +22,7 @@ const combinedIsCustomElement = (tag) => tag.startsWith('iconify-icon') || templ
export default defineBuildConfig({
mountElementId: 'tvt-app',
title: 'TvT.js',
publicPath: './',
publicPath: './', // './' 若在线部署用于生产环境 且 是使用qiankun微前端时需要配置base为主应用地址 https://demo.icegl.cn/tvt/
access: {
roles: {
admin: ['*'],
@ -52,7 +52,6 @@ export default defineBuildConfig({
},
},
viteOption: {
base: './', // './' 若在线部署用于生产环境 且 是使用qiankun微前端时需要配置base为主应用地址
plugins: [
UnoCSS({
/* options */

View File

@ -30,8 +30,8 @@
})()
</script>
<script src="./lib/jweixin-1.6.0.js"></script>
<script src="./lib/uni.webview.0.1.52.js"></script>
<script src="<%= BASE_URL %>lib/jweixin-1.6.0.js"></script>
<script src="<%= BASE_URL %>lib/uni.webview.0.1.52.js"></script>
</head>
<body>

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2025-04-01 15:50:33
* @LastEditors: 地虎降天龙
* @LastEditTime: 2025-04-03 09:14:57
* @LastEditTime: 2025-04-03 13:47:35
*/
export default {
name: 'qiankunTvt',
@ -16,7 +16,7 @@ export default {
state: 'active',
creatTime: '2025-04-01',
updateTime: '2025-04-01',
require: [],
require: ['floor','medical'],
preview: [
{
src: 'plugins/qiankunTvt/preview/theBasic.png',