if (Config.modulename == 'admin' && Config.controllername == 'index' && Config.actionname == 'index') { require.config({ paths: { 'text': "../addons/shopro/libs/require-text", 'SaChat': '../addons/shopro/chat/index', }, shim: {}, }); require(['jquery', 'text!../addons/shopro/chat/index.html', 'SaChat'], function ($, SaChatTemplate, SaChat) { Fast.api.ajax({ url: 'shopro/chat/index/init', loading: false, type: 'GET' }, function (ret, res) { console.log(res, 'res') $("body").append(`