mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
cd8300e4a5
commit
dee90eb713
@ -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'
|
||||
|
5
.fes.js
5
.fes.js
@ -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 */
|
||||
|
@ -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>
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user