Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-template
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8fb56b53
authored
Aug 12, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据
parent
5126e6c6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
69 deletions
+21
-69
src/templates/listingInformation/defaultData/buyingHouse.js
+1
-0
src/templates/listingInformation/defaultData/index.js
+4
-2
src/templates/listingInformation/defaultData/rentHouse.js
+1
-0
src/templates/listingInformation/defaultData/welcome.js
+0
-17
src/templates/listingInformation/itemList/buyingHouse.js
+1
-0
src/templates/listingInformation/itemList/index.js
+4
-3
src/templates/listingInformation/itemList/rentHouse.js
+1
-0
src/templates/listingInformation/itemList/welcome.js
+0
-38
src/templates/listingInformation/mixin.js
+1
-1
src/templates/listingInformation/schemaData.js
+8
-8
No files found.
src/templates/listingInformation/defaultData/buyingHouse.js
0 → 100644
View file @
8fb56b53
export
default
{}
src/templates/listingInformation/defaultData/index.js
View file @
8fb56b53
import
welcome
from
'./welcome'
import
buyingHouse
from
'./buyingHouse'
import
rentHouse
from
'./rentHouse'
export
default
{
welcome
buyingHouse
,
rentHouse
}
src/templates/listingInformation/defaultData/rentHouse.js
0 → 100644
View file @
8fb56b53
export
default
{}
src/templates/listingInformation/defaultData/welcome.js
deleted
100644 → 0
View file @
5126e6c6
export
default
{
companyLogo
:
{
value
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/template-culture/logo1.png'
},
companyName
:
{
value
:
'迈动互联(北京)信息科技有限公司'
},
companyNameEn
:
{
value
:
'MAXROCKY'
},
welcomeWordZh
:
{
value
:
'欢迎龙湖信息中心领导参观指导'
},
welcomeWordEn
:
{
value
:
'WELCOME'
}
}
src/templates/listingInformation/itemList/buyingHouse.js
0 → 100644
View file @
8fb56b53
export
default
[]
src/templates/listingInformation/itemList/index.js
View file @
8fb56b53
import
welcome
from
'./welcom
e'
import
buyingHouse
from
'./buyingHous
e'
import
rentHouse
from
'./rentHouse'
export
default
{
welcome
buyingHouse
,
rentHouse
}
src/templates/listingInformation/itemList/rentHouse.js
0 → 100644
View file @
8fb56b53
export
default
[]
src/templates/listingInformation/itemList/welcome.js
deleted
100644 → 0
View file @
5126e6c6
export
default
[
{
type
:
'image'
,
name
:
'企业logo'
,
description
:
'请上传png格式企业logo'
,
dataKey
:
'companyLogo'
,
valueRule
:
''
},
{
type
:
'text'
,
name
:
'企业名称'
,
description
:
''
,
valueRule
:
''
,
dataKey
:
'companyName'
},
{
type
:
'text'
,
name
:
'中文企业欢迎语'
,
description
:
'请输入企业欢迎语'
,
dataKey
:
'welcomeWordZh'
},
{
type
:
'text'
,
name
:
'英文企业欢迎语'
,
description
:
'请输入企业英文欢迎语'
,
valueRule
:
''
,
dataKey
:
'welcomeWordEn'
},
{
type
:
'text'
,
name
:
'企业英文名称'
,
description
:
'请输入企业英文名称'
,
valueRule
:
''
,
dataKey
:
'companyNameEn'
}
]
src/templates/listingInformation/mixin.js
View file @
8fb56b53
import
data
from
'./schemaData
2
.js'
import
data
from
'./schemaData.js'
import
editMethod
from
'./editMethod.js'
import
requireIcons
from
'@/icons/requireIcons'
// console.log(JSON.stringify(data))
...
...
src/templates/listingInformation/schemaData
2
.js
→
src/templates/listingInformation/schemaData.js
View file @
8fb56b53
...
...
@@ -8,19 +8,19 @@ export default {
pageList
:
[
{
name
:
'租房页面'
,
thumb
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/
template-culture/thumb1.jp
g'
,
thumb
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/
listing-information/thumb2.pn
g'
,
component
:
'rentHouse'
,
defaultData
:
defaultData
.
welcom
e
,
schemaData
:
defaultData
.
welcom
e
,
itemList
:
itemList
.
welcom
e
defaultData
:
defaultData
.
buyingHous
e
,
schemaData
:
defaultData
.
buyingHous
e
,
itemList
:
itemList
.
rentHous
e
},
{
name
:
'买房页面'
,
thumb
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/
template-culture/thumb1.jp
g'
,
thumb
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/resource/
listing-information/thumb1.pn
g'
,
component
:
'buyingHouse'
,
defaultData
:
defaultData
.
welcom
e
,
schemaData
:
defaultData
.
welcom
e
,
itemList
:
itemList
.
welcom
e
defaultData
:
defaultData
.
buyingHous
e
,
schemaData
:
defaultData
.
buyingHous
e
,
itemList
:
itemList
.
buyingHous
e
}
]
}
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