diff --git a/fir_client/src/components/user/FirSuperSignBase.vue b/fir_client/src/components/user/FirSuperSignBase.vue index b90f253..9c64d4c 100644 --- a/fir_client/src/components/user/FirSuperSignBase.vue +++ b/fir_client/src/components/user/FirSuperSignBase.vue @@ -506,11 +506,12 @@ ? scope.row.usable_number - scope.row.developer_used_number : 0 }}

+ + 查看最近的操作日志 + +
- {{ - scope.row.issuer_id - }} - + {{ scope.row.issuer_id }}
@@ -2049,6 +2050,11 @@ export default { }); }); }, + show_operate_info(issuer_id) { + this.appidseach = issuer_id; + this.activeName = 'operatemsg' + this.get_data_from_tabname(this.activeName); + }, show_device_uinfo(bundle_id) { this.Bundleidsearch = bundle_id; this.activeName = 'useddevices' diff --git a/fir_client/vue.config.js b/fir_client/vue.config.js index 81275a5..73f647a 100644 --- a/fir_client/vue.config.js +++ b/fir_client/vue.config.js @@ -82,7 +82,7 @@ if (page) { } } -const version='2.2.9'; +const version='2.3.1'; const pro_base_env = { baseUrl: 'https://flyapps.cn',