appId: parseSearch()

in Web/vueVersion/src/store.ts [166:167]


    appId: parseSearch('appId') || configJson.appId || '',
    userId: parseSearch('userId') || configJson.userId || `${Math.ceil(Math.random() * 10000)}`,