lsc 3 months ago
parent
commit
7019eba460
5 changed files with 6 additions and 1 deletions
  1. 1 1
      dist/index.html
  2. 0 0
      dist/js/app.6e753859.js
  3. 0 0
      dist/js/app.6e753859.js.map
  4. 0 0
      dist/js/app.b43af8f7.js.map
  5. 5 0
      src/main.js

+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.7cdade31.js"></script><script defer="defer" src="/js/app.b43af8f7.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.3e5b5999.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
+      }</style><script defer="defer" src="/js/chunk-vendors.7cdade31.js"></script><script defer="defer" src="/js/app.6e753859.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.3e5b5999.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/js/app.6e753859.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.6e753859.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.b43af8f7.js.map


+ 5 - 0
src/main.js

@@ -19,12 +19,17 @@ Vue.prototype.$ajax = axios;
 let region = 'cn'
 // BaseUrl='http://gpt4.cocorobo.cn:8011/';
 if (parent?.location?.href.includes('beta')) {
+  console.log(parent.location.href);
+  
   region = 'beta'
 } else if (parent?.location?.href.includes('cn')) {
+  console.log(parent.location.href);
   region = 'cn'
 } else if (parent?.location?.href.includes('hk')) {
+  console.log(parent.location.href);
   region = 'hk'
 } else if (parent?.location?.href.includes('com')) {
+  console.log(parent.location.href);
   region = 'com'
 } 
 

Some files were not shown because too many files changed in this diff