kevin_zhangl 2 лет назад
Родитель
Сommit
2f5dba1402
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .env.production
  2. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
.env.production

@@ -6,5 +6,5 @@ VUE_APP_BASE_API='https://ng-frontend-api.elken.com'
 VUE_APP_CDN_API='http://ng-upload.elken.com'
 VUE_APP_BASE_WEBSITE='https://ngds.elken.com'
 VUE_APP_BASE_PAY_STACK_PUBLIC_KEY='pk_live_fae524f9d073d877beeb661fd825a37a9bc91f0a'
-ACCESS_TOKEN_PREFIX='Bearer '
+VUE_APP_ACCESS_TOKEN_PREFIX='Bearer '
 

+ 1 - 1
src/layout/components/Navbar.vue

@@ -8,7 +8,7 @@
       <template v-if="device!=='mobile'">
 <!--        <search id="header-search" class="right-menu-item" />-->
 
-        <error-log class="errLog-container right-menu-item hover-effect" />
+<!--        <error-log class="errLog-container right-menu-item hover-effect" />-->
 
         <screenfull id="screenfull" class="right-menu-item hover-effect" />