Browse Source

修改地址

lrf402788946 5 years ago
parent
commit
d3d703fd67
2 changed files with 6 additions and 6 deletions
  1. 2 2
      src/views/index/index.vue
  2. 4 4
      src/views/index/request.vue

+ 2 - 2
src/views/index/index.vue

@@ -72,13 +72,13 @@
                   </a>
                 </li>
                 <li class="green">
-                  <a>
+                  <a href="http://hr.smart.jilinjobswx.cn/www/login">
                     <span class="mainTwoIcon"><i class="el-icon-office-building"></i></span>
                     <span class="mainTwoTit">单位登录/注册</span>
                   </a>
                 </li>
                 <li class="blue">
-                  <a>
+                  <a href="/www/student/login">
                     <span class="mainTwoIcon"><i class="el-icon-user"></i></span>
                     <span class="mainTwoTit">学生登录</span>
                   </a>

+ 4 - 4
src/views/index/request.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="request">
     <el-row>
-      <list
+      <pages-one
         :newList="newList"
         :gongList="gongList"
         :listSchIn="listSchIn"
@@ -18,19 +18,19 @@
         :tagsThr="tagsThr"
         :tagsCol="tagsCol"
         :tagsOne="tagsOne"
-      ></list>
+      ></pages-one>
     </el-row>
   </div>
 </template>
 
 <script>
-import list from './index.vue';
+import pagesOne from './index.vue';
 import { mapActions, mapState } from 'vuex';
 export default {
   name: 'request',
   props: {},
   components: {
-    list,
+    pagesOne,
   },
   data: () => ({
     limit: 4,