Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
bp
ShenghuoquanBusiness
Commits
671cd560
Commit
671cd560
authored
Jul 29, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 管理中心区分B&C端功能
parent
c0e3e83f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
314 additions
and
138 deletions
+314
-138
XRouterPathConstants.kt
.../java/com/yidian/bcommon/constant/XRouterPathConstants.kt
+6
-0
GetCommonConfigBean.kt
.../java/com/yidian/bcommon/http/bean/GetCommonConfigBean.kt
+2
-2
ManagerCenterConfig.kt
...shenghuoquan/bmanagercenter/config/ManagerCenterConfig.kt
+291
-0
MerchantCenterActivity.kt
...uoquan/bmanagercenter/ui/center/MerchantCenterActivity.kt
+15
-136
No files found.
CommonLib/BCommon/src/main/java/com/yidian/bcommon/constant/XRouterPathConstants.kt
View file @
671cd560
...
@@ -141,5 +141,11 @@ class XRouterPathConstants {
...
@@ -141,5 +141,11 @@ class XRouterPathConstants {
// 商品 — 商品管理
// 商品 — 商品管理
const
val
COMMODITY_MANAGEMENT
=
"/b/goods/commodity_management"
const
val
COMMODITY_MANAGEMENT
=
"/b/goods/commodity_management"
/**
* C端页面
*/
// webView
const
val
C_WEB_VIEW
=
"/SimpleBorwser"
}
}
}
}
CommonLib/BCommon/src/main/java/com/yidian/bcommon/http/bean/GetCommonConfigBean.kt
View file @
671cd560
...
@@ -54,7 +54,7 @@ class GetCommonConfigBean {
...
@@ -54,7 +54,7 @@ class GetCommonConfigBean {
@SerializedName
(
"disable_text"
)
@SerializedName
(
"disable_text"
)
val
disableText
:
String
,
val
disableText
:
String
,
@SerializedName
(
"disable_url"
)
@SerializedName
(
"disable_url"
)
val
disableUrl
:
String
?
,
val
disableUrl
:
String
,
@SerializedName
(
"items"
)
@SerializedName
(
"items"
)
val
items
:
List
<
Item
>,
val
items
:
List
<
Item
>,
@SerializedName
(
"show"
)
@SerializedName
(
"show"
)
...
@@ -82,7 +82,7 @@ class GetCommonConfigBean {
...
@@ -82,7 +82,7 @@ class GetCommonConfigBean {
@SerializedName
(
"icon_url"
)
@SerializedName
(
"icon_url"
)
val
iconUrl
:
String
,
val
iconUrl
:
String
,
@SerializedName
(
"link_url"
)
@SerializedName
(
"link_url"
)
val
linkUrl
:
String
?
,
val
linkUrl
:
String
,
@SerializedName
(
"show"
)
@SerializedName
(
"show"
)
val
show
:
Int
val
show
:
Int
)
:
Serializable
)
:
Serializable
...
...
Components/BManagerCenter/src/main/java/com/yidian/shenghuoquan/bmanagercenter/config/ManagerCenterConfig.kt
0 → 100644
View file @
671cd560
This diff is collapsed.
Click to expand it.
Components/BManagerCenter/src/main/java/com/yidian/shenghuoquan/bmanagercenter/ui/center/MerchantCenterActivity.kt
View file @
671cd560
This diff is collapsed.
Click to expand it.
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