plg пре 3 недеља
родитељ
комит
e3a424442f
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      src/components/CpmdHeader.vue
  2. 1 1
      src/utils/http.ts

+ 2 - 2
src/components/CpmdHeader.vue

@@ -135,8 +135,8 @@ const leaveFun = () => {
                     <span :class="{ 'underlined-text': activeIndex == '5' }">测试记录</span>
 
                 </el-menu-item>
-                <el-menu-item index="2"><span
-                        :class="{ 'underlined-text': activeIndex == '2' }">更多测试</span></el-menu-item>
+                <!-- <el-menu-item index="2"><span
+                        :class="{ 'underlined-text': activeIndex == '2' }">更多测试</span></el-menu-item> -->
                 <el-menu-item index="3"><span
                         :class="{ 'underlined-text': activeIndex == '3' }">留言社区</span></el-menu-item>
             </el-menu>

+ 1 - 1
src/utils/http.ts

@@ -37,7 +37,7 @@ const menuStatus = menuStatusStore()
 //第二个版本
 // export const base_url = 'http://123.57.18.29:8090'
 //第二个版本
-export const base_url = 'http://129.211.221.44:8092'
+export const base_url = 'http://129.211.221.44:8094'
 
 
 //设置axios 默认访问路径