guhongwei 4 years ago
parent
commit
9d82708fb2

+ 1 - 1
src/components/js/menu.js

@@ -9,4 +9,4 @@ export const menuTwo = [
   { name: '吉科在线', index: '/service/jike', icon: 'cluster-o' },
   { name: '预约服务', index: '/service/make', icon: 'manager-o' },
 ];
-export const menuThr = [{ name: '研杂记', index: '/research/remember', icon: 'video-o' }];
+export const menuThr = [{ name: '研杂记', index: '/research/remember', icon: 'video-o' }];

+ 2 - 2
src/router/index.js

@@ -79,12 +79,12 @@ const service = [
     component: () => import('../views/service/make.vue'),
   },
 ];
-// 研杂记
+// 研杂记
 const research = [
   {
     path: '/research/remember',
     name: 'research_remember',
-    meta: { title: '研杂记' },
+    meta: { title: '研杂记' },
     component: () => import('../views/research/remember.vue'),
   },
 ];

+ 1 - 1
src/views/index.vue

@@ -8,7 +8,7 @@
         <el-col :span="24" class="info" :style="{ height: clientHeight + 'px' }">
           <van-button @click="$router.push({ path: '/education/videos' })">科普教育</van-button>
           <van-button @click="$router.push({ path: '/service/zhongke' })">科教服务</van-button>
-          <van-button @click="$router.push({ path: '/research/remember' })">研杂记</van-button>
+          <van-button @click="$router.push({ path: '/research/remember' })">研杂记</van-button>
           <login> 点击获取用户(不写默认有按钮) </login>
         </el-col>
         <el-col :span="24" class="foot"> 底部 </el-col>

+ 1 - 1
src/views/research/remember.vue

@@ -5,7 +5,7 @@
         <el-col :span="24" class="top">
           <top topType="2" :leftArrow="false"></top>
         </el-col>
-        <el-col :span="24" class="info" :style="{ height: clientHeight + 'px' }"> 研杂记 </el-col>
+        <el-col :span="24" class="info" :style="{ height: clientHeight + 'px' }"> 研杂记 </el-col>
         <el-col :span="24" class="foot">
           <foot :type="3"></foot>
         </el-col>

+ 2 - 2
src/views/userCenter/parts/admin.vue

@@ -19,9 +19,9 @@
           </el-col>
         </el-col>
         <el-col :span="24" class="one">
-          <el-col :span="24" class="text"> 研杂记 </el-col>
+          <el-col :span="24" class="text"> 研杂记 </el-col>
           <el-col :span="24" class="btn">
-            <van-cell title="研杂记" @click="btn('7')" is-link />
+            <van-cell title="研杂记" @click="btn('7')" is-link />
           </el-col>
         </el-col>
       </el-col>

+ 1 - 1
vue.config.js

@@ -23,7 +23,7 @@ module.exports = {
         target: 'http://broadcast.waityou24.cn',
       },
       '/api/live': {
-        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:9101//http://broadcast.waityou24.cn
+        target: 'http://broadcast.waityou24.cn', //http://127.0.0.1:9101//http://broadcast.waityou24.cn
         changeOrigin: true,
         ws: false,
       },