完成查询asin开发

This commit is contained in:
super
2026-04-23 20:48:57 +08:00
parent c0fdea6570
commit c502afb588
105 changed files with 6027 additions and 6535 deletions

View File

@@ -0,0 +1,13 @@
import { createApp } from 'vue'
import ElementPlus from 'element-plus'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'
import 'element-plus/dist/index.css'
import '@/styles/main.css'
import BrandQueryAsinTab from '@/pages/brand/components/BrandQueryAsinTab.vue'
dayjs.locale('zh-cn')
createApp(BrandQueryAsinTab).use(ElementPlus, { locale: zhCn }).mount('#app')