ai-question-pro 0.0.1 → 0.0.3

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.
@@ -4,9 +4,9 @@
4
4
  else if(typeof define === 'function' && define.amd)
5
5
  define([], factory);
6
6
  else if(typeof exports === 'object')
7
- exports["ai-question"] = factory();
7
+ exports["ai-question-pro"] = factory();
8
8
  else
9
- root["ai-question"] = factory();
9
+ root["ai-question-pro"] = factory();
10
10
  })((typeof self !== 'undefined' ? self : this), function() {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
@@ -663,7 +663,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
663
663
  /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
664
664
  /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
665
665
  /******/ var installedChunks = {
666
- /******/ 250: 0
666
+ /******/ 520: 0
667
667
  /******/ };
668
668
  /******/
669
669
  /******/ // no chunk on demand loading
@@ -4969,12 +4969,12 @@ const localCache = {
4969
4969
 
4970
4970
 
4971
4971
  // import { Message } from 'element-ui'
4972
-
4972
+ const door = sessionStorage.getItem('baseUrl');
4973
4973
  lib_axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8';
4974
4974
  const service = lib_axios.create({
4975
4975
  // axios中请求配置有baseURL选项,表示请求URL公共部分
4976
4976
  // baseURL: process.env.VUE_APP_BASE_API_Aimp4,
4977
- baseURL: 'https://zjyw.icve.com.cn/ai-api',
4977
+ baseURL: door || 'https://zjyw.icve.com.cn/ai-api',
4978
4978
  // baseURL: 'http://192.168.130.70:8899',
4979
4979
  // 超时
4980
4980
  timeout: 80000
@@ -5476,4 +5476,4 @@ const install = function (Vue) {
5476
5476
  /******/ })()
5477
5477
  ;
5478
5478
  });
5479
- //# sourceMappingURL=ai-question.umd.js.map
5479
+ //# sourceMappingURL=ai-question-pro.umd.js.map