message:pages/index/index.js: Code protect is not available
in pages/index/index.js
require is not being used properly in 'MemberExpression'
async onLoad(options) {
let {map} = await require.async('../../utilsPack/page-index.js');
testIndex = map;
testIndex.xxx.bind(this);
}