更新商品风险处理

This commit is contained in:
super
2026-04-05 22:04:21 +08:00
parent 1ff6d5220e
commit 9720453ac4
53 changed files with 3799 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
import { createApp } from 'vue'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import '@/styles/main.css'
import BrandProductRiskTab from '@/pages/brand/components/BrandProductRiskTab.vue'
createApp(BrandProductRiskTab).use(ElementPlus).mount('#app')