diff --git a/App.vue b/App.vue index c285e184..ea539fd3 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,10 @@ data: { // 基础配置 // 数据接口请求地址 - request_url:'https://d2.shopxo.vip/', + request_url:'http://shopxo.com/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url:'https://d2.shopxo.vip/', + static_url:'http://shopxo.com/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/components/diy/header.vue b/components/diy/header.vue index 50b4fb7b..dad3919d 100644 --- a/components/diy/header.vue +++ b/components/diy/header.vue @@ -14,7 +14,7 @@ - + @@ -182,6 +182,7 @@ up_slide_img_style: '', // 当前页面是否在底部菜单中 is_tabbar_pages: app.globalData.is_tabbar_pages(), + is_left_back_btn_show: '0', // 判断header的查询是否独行 is_search_alone_row: false, is_icon_alone_row: false, @@ -273,6 +274,7 @@ roll_style: new_roll_style, roll_img_style: new_roll_img_style, text_style: new_text_style, + is_left_back_btn_show: new_content?.is_left_back_btn_show || '1', position_class: new_content.indicator_location == 'center' ? `indicator-center` : '', header_style: menu_button_info, header_background_type: header_background_type,