Commit e6b1ed6f authored by 成旭东's avatar 成旭东

fix

parent ee5beccc
Pipeline #27886 passed with stage
in 2 minutes 42 seconds
......@@ -13,7 +13,7 @@ export default {
pathRewrite: { '^': '' },
},
'/cms_api': {
// target: 'https://uat-nginx.jianbing.com/cms_api',
// target: 'http://admin.wafuncd.com/server/api',
target: 'http://127.0.0.1:7001/api',
changeOrigin: true,
pathRewrite: { '^/cms_api': '' },
......
......@@ -3,6 +3,7 @@
import React, { useState, useEffect } from 'react';
import { connect } from 'umi';
import { Select, Form, Switch, Transfer, Button, message } from 'antd';
import InputImages from '@/components/UploadMedia/InputImages';
import configData from '../../config';
import styles from './index.less';
......@@ -171,6 +172,19 @@ const ProjectTagComponent = (props: any) => {
</FormItem>
<FormItem
name="preview_image"
label="项目列表预览图"
rules={[
{
required: true,
message: '填写项目列表预览图',
},
]}
>
<InputImages />
</FormItem>
<FormItem
name="is_partner"
label="是否合作楼盘"
valuePropName="checked"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment