{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\msg.js","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\msg.js","mtime":1675071990897},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nimport utils from \"@/hotent-ui-util.js\";\nimport { Promise } from \"q\";\nimport Cookie from 'js-cookie'; // 如果分服务部署 这里的端口设置才生效,不分服务部署这里是统一的端口。\n\nvar uc = window.context.uc;\nvar application = window.context.application;\nexport default {\n getMessageType: function getMessageType(param) {\n return new Promise(function (resolve, reject) {\n req.post(application + '/msg/messageType/v1/query', param).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n getMessageConfig: function getMessageConfig(param) {\n return new Promise(function (resolve, reject) {\n req.post(application + '/msg/messageConfig/v1/listJson', param).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n }\n};",null]}