|
@@ -3,6 +3,7 @@ import styles from "./index.less";
|
|
|
import NewPortal from './NewPortal'
|
|
|
import close from "./../img/close.png";
|
|
|
import $ from "jquery";
|
|
|
+import { imageUrlPrefix } from '@utils/config.js';
|
|
|
class DetailsModal extends Component {
|
|
|
constructor(props) {
|
|
|
super(props);
|
|
@@ -50,7 +51,6 @@ class DetailsModal extends Component {
|
|
|
render() {
|
|
|
const {showTipsDetails, tipsDetails} = this.props;
|
|
|
const { currentIndex } = this.state
|
|
|
- const imageUrlPrefix = 'http://192.168.2.241:82'; //图片服务器地址
|
|
|
return (<NewPortal visible={showTipsDetails}>
|
|
|
<div className={styles['details-wrapper']}>
|
|
|
<div className={styles['details-content-wrapper']}>
|