perf: 优化应用商城

This commit is contained in:
kuaifan 2025-07-09 22:43:50 +08:00
parent d25c26156d
commit 1ceed3461c
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,7 @@ services:
appstore:
container_name: "dootask-appstore-${APP_ID}"
privileged: true
image: "dootask/appstore:0.1.6"
image: "dootask/appstore:0.1.7"
volumes:
- shared_data:/usr/share/dootask
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -85,6 +85,10 @@ export default {
}
const {type, message} = e.data;
switch (type) {
case 'MICRO_APP_READY':
this.injectMicroApp()
break
case 'MICRO_APP_METHOD':
if (!this.data || !this.data.methods) {
return