From 8ea19a6bb34daab1410f6186992a4c1e90299c92 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:54:44 +0800
Subject: [PATCH] 服务器配置
---
api/mock/home.js | 42 +++++++++++++++++++++++++-----------------
1 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index acd0611..83ded78 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -18,14 +18,16 @@
export function fakeBannerList() {
return new Promise((resolute, reject) => {
try {
- const list = [{
- id: '1',
- img: 'http://223.82.109.183:2081/zhba/upload/20210913/3d9fd42a80094268ab83fdd3bcb18541.jpg',
- url: '../article/article_detail?detailData=' + '{"id":"119"}'
- }, {
+ const list = [
+ // {
+ // id: '1',
+ // img: 'http://61.131.136.25:2081/zhba/upload/20210913/3d9fd42a80094268ab83fdd3bcb18541.jpg',
+ // url: '../article/article_detail?detailData=' + '{"id":"119"}'
+ // },
+ {
id: '2',
- img: 'http://223.82.109.183:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg',
- url: '../article/article_video?detailData=' + '{"id":981,"title":"千万别被“冰墩墩”的诱惑冲昏头 小心被盯上!","content":"","url":"http://223.82.109.183:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg","videoUrl":"http://223.82.109.183:2081/zhba/upload/depl/aed8c0b92b8f49b18c7c2d5056290af8.mp4","createTime":"2022-02-15 00:00:00","updateTime":"2022-02-16 22:49:21","sourceId":"","sourceName":"中国警察网","articleType":"ksp003","recommend":-1,"publish":"0","iscomment":"","iswords":"0","wordsContent":"","type":0}'
+ img: 'http://61.131.136.25:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg',
+ url: '../article/article_video?detailData=' + '{"id":981,"title":"千万别被“冰墩墩”的诱惑冲昏头 小心被盯上!","content":"","url":"http://61.131.136.25:2081/zhba/upload/20220216/b3d4c45eb7202974b3155318914df829.jpg","videoUrl":"http://61.131.136.25:2081/zhba/upload/depl/aed8c0b92b8f49b18c7c2d5056290af8.mp4","createTime":"2022-02-15 00:00:00","updateTime":"2022-02-16 22:49:21","sourceId":"","sourceName":"中国警察网","articleType":"ksp003","recommend":-1,"publish":"0","iscomment":"","iswords":"0","wordsContent":"","type":0}'
}, {
id: '3',
img: '/static/images/home/homeTop3.png',
@@ -117,19 +119,25 @@
img: '/static/images/home/search004.png',
url: '../alarm_list/alarm_list'
},
- {
- name: '我要报',
- img: '/static/images/home/report001.png',
- url: '../reported/reported'
- },
- {
- name: '我要说',
- img: '/static/images/home/s4.png',
- url: '../groupChat/groupChat'
- },
+ // {
+ // name: '我要报',
+ // img: '/static/images/home/report001.png',
+ // url: '../reported/reported'
+ // },
+ // {
+ // name: '我要说',
+ // img: '/static/images/home/s4.png',
+ // url: '../groupChat/groupChat'
+ // },
{
name: '我参与',
img: '/static/images/home/jusou.png',
+ // url: '../business/business'
+ url: '../grabOrders/grabOrdersMain/business'
+ },
+ {
+ name: '积分商城',
+ img: '/static/workbench/task8.png',
url: '../grabOrders/grabOrders'
},
// {
--
Gitblit v1.9.3