更新商品风险处理

This commit is contained in:
super
2026-04-05 22:04:21 +08:00
parent 380dd9f206
commit 486e690204
45 changed files with 3783 additions and 12 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')