Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp_estate_client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mp_estate_backstage
mp_estate_client
Commits
e6b1ed6f
Commit
e6b1ed6f
authored
Sep 03, 2020
by
成旭东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ee5beccc
Pipeline
#27886
passed with stage
in 2 minutes 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
proxy.ts
config/proxy.ts
+1
-1
projectTag.tsx
...pages/mpEstate/estateList/edite/components/projectTag.tsx
+14
-0
No files found.
config/proxy.ts
View file @
e6b1ed6f
...
...
@@ -13,7 +13,7 @@ export default {
pathRewrite
:
{
'^'
:
''
},
},
'/cms_api'
:
{
// target: 'http
s://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'
:
''
},
...
...
src/pages/mpEstate/estateList/edite/components/projectTag.tsx
View file @
e6b1ed6f
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment