lsc 2 周之前
父節點
當前提交
9ddf2caf41
共有 5 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/css/app.5e6988e7.css
  2. 1 1
      dist/index.html
  3. 0 0
      dist/js/app.20868c9a.js
  4. 0 0
      dist/js/app.20868c9a.js.map
  5. 1 1
      src/api/user.js

文件差異過大導致無法顯示
+ 0 - 0
dist/css/app.5e6988e7.css


+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.ae4e118c.js"></script><script defer="defer" src="/js/app.23164035.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.a5fdcdbb.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.ae4e118c.js"></script><script defer="defer" src="/js/app.20868c9a.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.5e6988e7.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) {

文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.20868c9a.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.20868c9a.js.map


+ 1 - 1
src/api/user.js

@@ -3,7 +3,7 @@ import axios from '@/common/axios.config'
 import { baseApi } from '@/config'
 
 let userApi = ''
-if(window.location.host.indexOf('hk') !== -1){
+if(window.location.href.includes('hk')){
   userApi = '//cloud.api.cocorobo.hk'
 }else {
   userApi = '//beta.api.cocorobo.cn'

部分文件因文件數量過多而無法顯示