Bläddra i källkod

ross 修改设备认证导航

zhengjinyi 4 månader sedan
förälder
incheckning
a7e710a9cd
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      .env.development
  2. 2 2
      pages/_template/ross/index.vue

+ 1 - 1
.env.development

@@ -18,7 +18,7 @@ CIMEI_LOCAL = 'https://www-b.caimei365.com'
 
 # 项目运行地址
 # HOST = '192.168.2.92'
-HOST = '192.168.0.13'
+HOST = '192.168.0.81'
 # HOST = "localhost"
 # HOST = '192.168.1.102'
 

+ 2 - 2
pages/_template/ross/index.vue

@@ -14,10 +14,10 @@
             <div class="activity-entry"></div>
           </nuxt-link> -->
           <div class="navbar flex items-center flex-col">
-            <!--<nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
+            <nuxt-link :to="routePrefix + '/approve/device'" class="link flex items-center flex-col">
               <span class="icon icon-device"></span>
               <span class="text">设备认证</span>
-            </nuxt-link>-->
+            </nuxt-link>
             <nuxt-link
               :to="routePrefix + '/approve/personnel/operate'"
               class="link flex items-center flex-col md:mt-6 mt-4"