Browse Source

修改菜单栏

wangyi 3 years ago
parent
commit
cb24e76772

+ 2 - 2
src/views/main-navbar.vue

@@ -15,7 +15,7 @@
         </el-menu-item>
       </el-menu> -->
       
-      <el-menu
+      <!-- <el-menu
         class="site-navbar__menu site-navbar__menu--right"
         mode="horizontal">
         <el-menu-item index="1" @click="$router.push({ name: 'theme' })">
@@ -36,7 +36,7 @@
             </el-dropdown-menu>
           </el-dropdown>
         </el-menu-item>
-      </el-menu>
+      </el-menu> -->
     </div>
     <!-- 弹窗, 修改密码 -->
     <update-password v-if="updatePassowrdVisible" ref="updatePassowrd"></update-password>

+ 4 - 4
src/views/new-menue.vue

@@ -78,13 +78,13 @@
           </el-dropdown>
         </el-menu-item>
 
-        <el-menu-item style="float:right" index="5" @click="$router.push({ name: 'theme' })">
+        <!-- <el-menu-item style="float:right" index="5" @click="$router.push({ name: 'theme' })">
           <template slot="title">
-            <!-- <el-badge value="new"> -->
+            
             <icon-svg name="shezhi" class="el-icon-setting"></icon-svg>
-            <!-- </el-badge> -->
+            
           </template>
-        </el-menu-item>
+        </el-menu-item> -->
         <!-- 弹窗, 修改密码 -->
         <update-password v-if="updatePassowrdVisible" ref="updatePassowrd"></update-password>
 

+ 1 - 1
static/config/index-prod.js

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {};
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://150.158.138.99:8082/renren-fast';
+  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8082/renren-fast';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index-qa.js

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {};
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://150.158.138.99:8082/renren-fast';
+  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8082/renren-fast';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index-uat.js

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {};
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://150.158.138.99:8082/renren-fast';
+  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8082/renren-fast';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index.js

@@ -5,7 +5,7 @@
   window.SITE_CONFIG = {};
 
   // api接口请求地址
-  window.SITE_CONFIG['baseUrl'] = 'http://150.158.138.99:8082/renren-fast';
+  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8082/renren-fast';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名