evoxwht 2 лет назад
Родитель
Сommit
1d822637c9

+ 1 - 1
crmeb/crmeb/services/AccessTokenServeService.php

@@ -49,7 +49,7 @@ class AccessTokenServeService extends HttpService
     /**
      * @var string
      */
-    protected $apiHost = 'https://sms.crmeb.net/api/';
+    protected $apiHost = 'http://sms.crmeb.net/api/';
 
     /**
      * 沙盒地址

+ 1 - 1
template/admin/src/layout/logo/index.vue

@@ -45,7 +45,7 @@ export default {
         this.$store.state.themeConfig.themeConfig.isCollapse
       )
         return;
-      if (this.$store.state.themeConfig.themeConfig.layout === 'transverse') return false;
+      if (this.$store.state.themeConfig.themeConfig.layout === 'transverse' || this.$store.state.themeConfig.themeConfig.layout === 'classic') return false;
       this.$store.state.themeConfig.themeConfig.isCollapse = !this.$store.state.themeConfig.themeConfig.isCollapse;
     },
     getLogo() {

+ 1 - 1
template/admin/src/pages/notify/smsConfig/index.vue

@@ -81,7 +81,7 @@
     <!--      </div>-->
     <Card :bordered="false" dis-hover class="ivu-mt" style="height: 800px">
       <iframe
-        src="https://sms.crmeb.net?token=AF37D4579721672220B08CA872586943"
+        src="http://api.crmeb.com?token=AF37D4579721672220B08CA872586943"
         style="width: 100%; height: 800px"
         frameborder="0"
       ></iframe>