Browse Source

测试包2

ZhaoChenguang 5 months ago
parent
commit
09ac9bf074
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vue/js/0.js

+ 2 - 2
vue/js/0.js

@@ -6427,7 +6427,7 @@ __webpack_require__.r(__webpack_exports__);
 
 // import axios from 'axios';
 
-const baseURL = {"xiaoben":"http://xbas2.testing.xiaoben.com"}.xiaoben;
+const baseURL = {"xiaoben":"http://xbas3.testing.xiaoben.com"}.xiaoben;
 
 // const http = axios.create({
 //   baseURL
@@ -8268,7 +8268,7 @@ const trim = function (text) {
   let rTrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
   return text == null ? "" : (text + "").replace(rTrim, "");
 };
-function postMessage(data, ref = window.parent, origin = Object({"NODE_ENV":"testing","VUE_APP_CURENV":"testing","BASE_URL":"","projectConfig":{"xiaoben":"http://xbas2.testing.xiaoben.com"}}).ACADEMIC_EGA_URL) {
+function postMessage(data, ref = window.parent, origin = Object({"NODE_ENV":"testing","VUE_APP_CURENV":"testing","BASE_URL":"","projectConfig":{"xiaoben":"http://xbas3.testing.xiaoben.com"}}).ACADEMIC_EGA_URL) {
   if (ref !== window) {
     ref.postMessage(data, origin);
   }