ai-question-pro 0.0.3 → 0.0.4
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.
- package/components/demo/utils/request.js +1 -1
- package/dist/ai-question-pro.common.js +1 -1
- package/dist/ai-question-pro.common.js.map +1 -1
- package/dist/ai-question-pro.umd.js +1 -1
- package/dist/ai-question-pro.umd.js.map +1 -1
- package/dist/ai-question-pro.umd.min.js +2 -2
- package/dist/ai-question-pro.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -4969,7 +4969,7 @@ const localCache = {
|
|
|
4969
4969
|
|
|
4970
4970
|
|
|
4971
4971
|
// import { Message } from 'element-ui'
|
|
4972
|
-
const door = sessionStorage.getItem('
|
|
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公共部分
|