fix: 修复 BoardToolbar 引用旧路径 order-board-page → order-hall-page
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-02-27 13:40:26 +08:00
parent 1a5d02e762
commit e1512bcfc1

View File

@@ -2,7 +2,7 @@
<script setup lang="ts">
import type { BoardChannelFilter } from '../types';
import { CHANNEL_OPTIONS } from '../composables/order-board-page/constants';
import { CHANNEL_OPTIONS } from '../composables/order-hall-page/constants';
const {
channel = 'all',