yc-ui2 0.1.3-beta3 → 0.1.3-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44090,7 +44090,7 @@ axios.default = axios;
44090
44090
  /* harmony default export */ var lib_axios = (axios);
44091
44091
  // EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
44092
44092
  var element_ui_common = __webpack_require__(8499);
44093
- ;// CONCATENATED MODULE: ./src/utils/request.js
44093
+ ;// CONCATENATED MODULE: ./src/utils/request2.js
44094
44094
 
44095
44095
 
44096
44096
  lib_axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
@@ -44130,7 +44130,7 @@ service.interceptors.response.use(res => {
44130
44130
  });
44131
44131
  return Promise.reject(error);
44132
44132
  });
44133
- /* harmony default export */ var utils_request = (service);
44133
+ /* harmony default export */ var request2 = (service);
44134
44134
  ;// CONCATENATED MODULE: ./src/api/customerService.js
44135
44135
 
44136
44136
 
@@ -44140,7 +44140,7 @@ service.interceptors.response.use(res => {
44140
44140
  * @returns {[]}
44141
44141
  */
44142
44142
  function getProblemTypeAndProblem(aiServiceId) {
44143
- return utils_request({
44143
+ return request2({
44144
44144
  url: '/aiService/discourse/getProblemTypeAndProblem/' + aiServiceId,
44145
44145
  method: 'GET'
44146
44146
  // params: query
@@ -44156,7 +44156,7 @@ function getProblemTypeAndProblem(aiServiceId) {
44156
44156
  * @returns {{}}
44157
44157
  */
44158
44158
  function findDataByProblem(data) {
44159
- return utils_request({
44159
+ return request2({
44160
44160
  url: '/aiService/discourse/findDataByProblem',
44161
44161
  method: 'POST',
44162
44162
  data
@@ -44171,7 +44171,7 @@ function findDataByProblem(data) {
44171
44171
  * @returns
44172
44172
  */
44173
44173
  function findMaxNumData(aiServiceId) {
44174
- return utils_request({
44174
+ return request2({
44175
44175
  url: '/aiService/discourse/findMaxNumData/' + aiServiceId,
44176
44176
  method: 'GET'
44177
44177
  });