guhongwei 4 år sedan
förälder
incheckning
04fe09d7e7
3 ändrade filer med 6 tillägg och 6 borttagningar
  1. 1 1
      src/layout/common/foot.vue
  2. 4 4
      src/router/index.js
  3. 1 1
      vue.config.js

+ 1 - 1
src/layout/common/foot.vue

@@ -4,7 +4,7 @@
       <el-col :span="24" class="main">
         <van-tabbar route>
           <van-tabbar-item icon="home-o" to="/admin/index">统计报表</van-tabbar-item>
-          <van-tabbar-item icon="notes-o" to="/adminRefute">文章辟谣</van-tabbar-item>
+          <van-tabbar-item icon="notes-o" to="/adminRefute">科技文章</van-tabbar-item>
           <van-tabbar-item icon="comment-o" to="/adminCommunity">社区话题</van-tabbar-item>
           <van-tabbar-item icon="question-o" to="/adminServe">咨询服务</van-tabbar-item>
         </van-tabbar>

+ 4 - 4
src/router/index.js

@@ -12,12 +12,12 @@ const admin = [
   },
   {
     path: '/adminRefute',
-    meta: { title: '文章辟谣', isleftarrow: false },
+    meta: { title: '科技文章', isleftarrow: false },
     component: () => import('../views/adminCenter/adminRefute.vue'),
   },
   {
     path: '/adminRefute/edit',
-    meta: { title: '文章辟谣', isleftarrow: false },
+    meta: { title: '科技文章', isleftarrow: false },
     component: () => import('../views/adminCenter/refute/edit.vue'),
   },
   {
@@ -52,10 +52,10 @@ const routes = [
     meta: { title: '管理登陆', isleftarrow: false },
     component: () => import('../views/login.vue'),
   },
-  // 文章辟谣
+  // 科技文章
   {
     path: '/refute/index',
-    meta: { title: '文章辟谣', isleftarrow: false },
+    meta: { title: '科技文章', isleftarrow: false },
     component: () => import('../views/refute/index.vue'),
   },
   {

+ 1 - 1
vue.config.js

@@ -22,7 +22,7 @@ module.exports = {
         target: 'http://broadcast.waityou24.cn',
       },
       '/api': {
-        target: 'http://192.168.1.19:10010', //http://192.168.1.19:10010
+        target: 'http://broadcast.waityou24.cn', //http://192.168.1.19:10010//http://broadcast.waityou24.cn
         changeOrigin: true,
         ws: true,
       },