Commit 671cd560 authored by yinjiacheng's avatar yinjiacheng

update 管理中心区分B&C端功能

parent c0e3e83f
......@@ -141,5 +141,11 @@ class XRouterPathConstants {
// 商品 — 商品管理
const val COMMODITY_MANAGEMENT = "/b/goods/commodity_management"
/**
* C端页面
*/
// webView
const val C_WEB_VIEW = "/SimpleBorwser"
}
}
......@@ -54,7 +54,7 @@ class GetCommonConfigBean {
@SerializedName("disable_text")
val disableText: String,
@SerializedName("disable_url")
val disableUrl: String?,
val disableUrl: String,
@SerializedName("items")
val items: List<Item>,
@SerializedName("show")
......@@ -82,7 +82,7 @@ class GetCommonConfigBean {
@SerializedName("icon_url")
val iconUrl: String,
@SerializedName("link_url")
val linkUrl: String?,
val linkUrl: String,
@SerializedName("show")
val show: Int
) : Serializable
......
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