Browse Source

Merge branch 'testing' of http://gitz.zhixinhuixue.net:18880/zxhx/xiaoben-as2-php into testing

24753255@qq.com 5 months ago
parent
commit
d79844aad5
2 changed files with 6 additions and 6 deletions
  1. 4 4
      product-set/project.config.js
  2. 2 2
      vue/js/0.js

+ 4 - 4
product-set/project.config.js

@@ -1,14 +1,14 @@
 module.exports = {
   production: {
-    xiaoben: 'http://xbas2.schcur.com'
+    xiaoben: 'http://xbas3.schcur.com'
   },
   dev: {
-    xiaoben: 'http://xbas2.dev.xiaoben.com'
+    xiaoben: 'http://xbas3.dev.xiaoben.com'
   },
   testing: {
-    xiaoben: 'http://xbas2.testing.xiaoben.com'
+    xiaoben: 'http://xbas3.testing.xiaoben.com'
   },
   development: {
-    xiaoben: 'http://xbas2.testing.xiaoben.com'
+    xiaoben: 'http://xbas3.testing.xiaoben.com'
   }
 };

+ 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);
   }