修改打包报错问题

This commit is contained in:
guanj
2025-10-21 10:21:15 +08:00
parent 4bd192dabc
commit f252422f65
63 changed files with 6694 additions and 3992 deletions

View File

@@ -31,8 +31,15 @@
>
{{ item.pageName }}
</span>
<div style="display: flex; align-items: center; font-weight: 550">
<div v-if="item.pathName" :style="{ color: `var(--el-color-primary)` }">
绑定页面{{ item.pathName }}
</div>
<div v-else>暂未绑定</div>
</div>
<div style="display: flex; justify-content: end">
<el-button
<!-- <el-button
class="color"
icon="el-icon-Position"
style="padding: 3px 0"
@@ -41,7 +48,7 @@
@click="activation(item)"
>
激活
</el-button>
</el-button> -->
<el-button
class="color"
icon="el-icon-View"