百度小程序
parent
52cfe3b2d0
commit
b31591f8d9
|
|
@ -60,8 +60,8 @@ App({
|
|||
request_url: 'https://test.shopxo.net/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "ShopXO",
|
||||
application_describe: "国内领先企业级B2C开源电商系统!"
|
||||
application_title: "{{application_title}}",
|
||||
application_describe: "{{application_describe}}"
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"pages/user-goods-browse/user-goods-browse"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTitleText": "ShopXO",
|
||||
"navigationBarTitleText": "{{application_title}}",
|
||||
"navigationBarBackgroundColor": "#d2364c"
|
||||
},
|
||||
"tabBar": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue