in static/js/aplus_v2.js [1076:1138]
(n.getFrontPlugins = function (e) {
var t = e.isUseNewAplusJs,
n = t ? 'aplus/' : 's/',
i = e.version,
c = n + i + '/plugin',
g = 's/' + e.version + '/plugin',
p = goldlog.aplus_cplugin_ver,
f = a(e.isDebug);
return [
{
enable: !t && r(e),
path: [c, t ? 'aplus_windvane3.js' : 'aplus_windvane2.js'].join(
'/'
),
},
{
enable: o(e) && !t,
path: [g, 'aplus_bcbridge.js'].join('/'),
},
{
enable: !t && !!f,
path: t
? [c, 'aplus4native.js'].join('/')
: ['aplus_cplugin', p, f].join('/'),
},
{
enable: l(),
path: [c, 'aplus_webvt.js'].join('/'),
},
{
enable: !t,
path: [c, 'aplus_client.js'].join('/'),
},
{
enable: !t,
path: ['aplus_cplugin', p, 'toolkit.js'].join('/'),
},
{
enable: !t,
path: ['aplus_cplugin', p, 'monitor.js'].join('/'),
},
{
enable: !t && y(),
path: ['aplus_cplugin', p, 'track_deb.js'].join('/'),
},
{
enable: w(),
path: ['aplus_plugin_lazada', 'lazadalog.js'].join('/'),
},
{
enable: !t && S(e),
path: [c, 'aplus_ws.js'].join('/'),
},
{
enable: s(e) && !t,
path: [c, 'aplus_ae.js'].join('/'),
},
{
enable: u(e) && !t,
path: [c, 'aplus_ac.js'].join('/'),
},
];
}),