bugfix: 图片引入
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
This commit is contained in:
@@ -69,6 +69,10 @@ import female from '@/assets/images/female.png'
|
||||
import femaleThumb from '@/assets/images/female_thumb.png'
|
||||
import HeaderTitle from '@/components/HeaderTitle.vue'
|
||||
import FooterNavigation from '@/components/FooterNavigation.vue'
|
||||
import mini from '@/assets/images/mini.jpg'
|
||||
import miniThumb from '@/assets/images/mini_thumb.jpg'
|
||||
import Crystal from '@/assets/images/Crystal.jpg'
|
||||
import CrystalThumb from '@/assets/images/Crystal_thumb.jpg'
|
||||
|
||||
const router = useRouter()
|
||||
const userInfoStore = useUserInfoStore()
|
||||
@@ -79,16 +83,16 @@ const stylists = ref<any[]>([
|
||||
value: 'crystal',
|
||||
name: 'Crystal',
|
||||
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
|
||||
image: '/src/assets/images/Crystal.jpg',
|
||||
thumb: '/src/assets/images/Crystal_thumb.jpg'
|
||||
image: Crystal,
|
||||
thumb: CrystalThumb
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
value: 'mini',
|
||||
name: 'Mini',
|
||||
description: 'Modern, Edgy, Bold Colors, Street Style',
|
||||
image: '/src/assets/images/mini.jpg',
|
||||
thumb: '/src/assets/images/mini_thumb.jpg'
|
||||
image: mini,
|
||||
thumb: miniThumb
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
|
||||
Reference in New Issue
Block a user