ai-question-pro 0.0.3 → 0.0.5

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.
@@ -4969,7 +4969,7 @@ const localCache = {
4969
4969
 
4970
4970
 
4971
4971
  // import { Message } from 'element-ui'
4972
- const door = sessionStorage.getItem('baseUrl');
4972
+ const door = sessionStorage.getItem('AI_BASE_URL_FOR_TEST');
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公共部分