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.
@@ -44100,7 +44100,7 @@ axios.default = axios;
44100
44100
  /* harmony default export */ var lib_axios = (axios);
44101
44101
  // EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
44102
44102
  var element_ui_common = __webpack_require__(8949);
44103
- ;// CONCATENATED MODULE: ./src/utils/request.js
44103
+ ;// CONCATENATED MODULE: ./src/utils/request2.js
44104
44104
 
44105
44105
 
44106
44106
  lib_axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
@@ -44140,7 +44140,7 @@ service.interceptors.response.use(res => {
44140
44140
  });
44141
44141
  return Promise.reject(error);
44142
44142
  });
44143
- /* harmony default export */ var utils_request = (service);
44143
+ /* harmony default export */ var request2 = (service);
44144
44144
  ;// CONCATENATED MODULE: ./src/api/customerService.js
44145
44145
 
44146
44146
 
@@ -44150,7 +44150,7 @@ service.interceptors.response.use(res => {
44150
44150
  * @returns {[]}
44151
44151
  */
44152
44152
  function getProblemTypeAndProblem(aiServiceId) {
44153
- return utils_request({
44153
+ return request2({
44154
44154
  url: '/aiService/discourse/getProblemTypeAndProblem/' + aiServiceId,
44155
44155
  method: 'GET'
44156
44156
  // params: query
@@ -44166,7 +44166,7 @@ function getProblemTypeAndProblem(aiServiceId) {
44166
44166
  * @returns {{}}
44167
44167
  */
44168
44168
  function findDataByProblem(data) {
44169
- return utils_request({
44169
+ return request2({
44170
44170
  url: '/aiService/discourse/findDataByProblem',
44171
44171
  method: 'POST',
44172
44172
  data
@@ -44181,7 +44181,7 @@ function findDataByProblem(data) {
44181
44181
  * @returns
44182
44182
  */
44183
44183
  function findMaxNumData(aiServiceId) {
44184
- return utils_request({
44184
+ return request2({
44185
44185
  url: '/aiService/discourse/findMaxNumData/' + aiServiceId,
44186
44186
  method: 'GET'
44187
44187
  });