fix: 挂账管理更新,邀请列表更新,店铺配置更新

This commit is contained in:
2025-03-10 18:33:42 +08:00
parent 34068cf8dd
commit 89fe9b7639
31 changed files with 3292 additions and 202 deletions

View File

@@ -9,8 +9,8 @@
</el-tabs>
<shopInfo v-if="activeName == 1" />
<safe v-if="activeName == 4" />
<!-- <goxcx v-if="activeName == 6" />
<notifications v-if="activeName == 7" /> -->
<notifications v-if="activeName == 7" />
<!-- <goxcx v-if="activeName == 6" />-->
</div>
</div>
</template>
@@ -18,6 +18,7 @@
<script setup>
import shopInfo from "./components/shopInfo.vue";
import safe from "./components/safe.vue";
import notifications from "./components/notifications.vue";
const state = reactive({
activeName: "1",