|
|
|
|
@ -34,9 +34,9 @@
|
|
|
|
|
|
|
|
|
|
<view v-for="(module, moduleIndex) in filteredModules" :key="module.id || `${pagePath}-${moduleIndex}`" class="module-section">
|
|
|
|
|
<view class="module-header">
|
|
|
|
|
<view class="module-icon" :style="{ background: getModuleColor(moduleIndex) }">
|
|
|
|
|
<!-- <view class="module-icon" :style="{ background: getModuleColor(moduleIndex) }">
|
|
|
|
|
<text class="icon-text">{{ getMenuSymbol(module.name, moduleIndex) }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
<text class="module-title">{{ module.name }}</text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|