修改参数处理

master
于肖磊 2025-08-11 18:22:44 +08:00
parent b6e86429d6
commit 49558f3d86
2 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@
data: {
//
//
request_url:'http://shopxo.com/',
request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url:'http://shopxo.com/',
static_url:'https://new.shopxo.vip/',
// default
system_type: 'default',

View File

@ -196,7 +196,7 @@
//
tabs_magic_value_common_style() {
if (!isEmpty(this.active_tabs_value)) {
return this.active_tabs_value.magic_common || {};
return this.active_tabs_value?.magic_common || {};
} else {
return {};
}