|
@@ -2,6 +2,7 @@ import React, { useMemo } from 'react'
|
|
|
import styles from './index.module.scss'
|
|
import styles from './index.module.scss'
|
|
|
import classNmaes from 'classnames'
|
|
import classNmaes from 'classnames'
|
|
|
import history from '@/utils/history'
|
|
import history from '@/utils/history'
|
|
|
|
|
+import { baseOssUrl } from '@/utils/http'
|
|
|
|
|
|
|
|
type Props = {
|
|
type Props = {
|
|
|
id: number
|
|
id: number
|
|
@@ -41,7 +42,7 @@ function A5win({ id, closeFu }: Props) {
|
|
|
</div>
|
|
</div>
|
|
|
))}
|
|
))}
|
|
|
|
|
|
|
|
- <img className='A5Mtu' src={`./three/assets/in/${info.img}`} alt='' />
|
|
|
|
|
|
|
+ <img className='A5Mtu' src={`${baseOssUrl}modelSS/img/${info.img}`} alt='' />
|
|
|
|
|
|
|
|
<div className='A5Mbtn'>
|
|
<div className='A5Mbtn'>
|
|
|
<img
|
|
<img
|