搜索需要登录优化
parent
6a7608d257
commit
3bfe3d8f6d
6
App.vue
6
App.vue
|
|
@ -23,10 +23,10 @@
|
||||||
application_logo: '',
|
application_logo: '',
|
||||||
|
|
||||||
// 版本号、如: v1.0.0
|
// 版本号、如: v1.0.0
|
||||||
version: 'v6.1',
|
version: 'v6.2',
|
||||||
|
|
||||||
// app版本信息、如: v1.0.0 20180118
|
// app版本信息、如: v1.0.0 20180118
|
||||||
app_version_info: 'v6.1 20240516',
|
app_version_info: 'v6.2 20240630',
|
||||||
|
|
||||||
// 货币价格符号
|
// 货币价格符号
|
||||||
currency_symbol: '¥',
|
currency_symbol: '¥',
|
||||||
|
|
@ -1659,7 +1659,7 @@
|
||||||
// 是否插件
|
// 是否插件
|
||||||
if ((is_plugins || false) == true) {
|
if ((is_plugins || false) == true) {
|
||||||
// 根据配置的静态url地址+插件标识符
|
// 根据配置的静态url地址+插件标识符
|
||||||
return this.data.static_url + 'static/plugins/images/' + type + '/';
|
return this.data.static_url + 'static/plugins/' + type + '/images/';
|
||||||
} else {
|
} else {
|
||||||
// 根据配置的静态url地址+主题标识+参数类型组合远程静态文件地址
|
// 根据配置的静态url地址+主题标识+参数类型组合远程静态文件地址
|
||||||
return this.data.static_url + 'static/app/' + this.get_theme_value() + '/' + type + '/';
|
return this.data.static_url + 'static/app/' + this.get_theme_value() + '/' + type + '/';
|
||||||
|
|
|
||||||
|
|
@ -389,7 +389,8 @@
|
||||||
this.setData({
|
this.setData({
|
||||||
data_list_loding_status: 0,
|
data_list_loding_status: 0,
|
||||||
data_list_loding_msg: res.data.msg
|
data_list_loding_msg: res.data.msg
|
||||||
});
|
});
|
||||||
|
app.globalData.is_login_check(res.data, this, 'get_data');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 基础自定义分享
|
// 基础自定义分享
|
||||||
|
|
@ -497,7 +498,8 @@
|
||||||
data_list_loding_status: 0,
|
data_list_loding_status: 0,
|
||||||
data_list_loding_msg: res.data.msg,
|
data_list_loding_msg: res.data.msg,
|
||||||
data_is_loading: 0
|
data_is_loading: 0
|
||||||
});
|
});
|
||||||
|
app.globalData.is_login_check(res.data, this, 'get_data_list', is_mandatory);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fail: () => {
|
fail: () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue