From 55559a557d2bda78f4ab57a8eb465b60543a701a Mon Sep 17 00:00:00 2001 From: dzj <1140318653@qq.com> Date: Sat, 25 May 2024 17:50:20 +0800 Subject: [PATCH] init --- src/request/index.js | 2 +- src/views/detail.vue | 5 ++++- src/views/honordetail.vue | 5 ++++- src/views/project.vue | 2 +- src/views/projectdetail.vue | 5 ++++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/request/index.js b/src/request/index.js index 4b4654c..2540e5d 100644 --- a/src/request/index.js +++ b/src/request/index.js @@ -1,6 +1,6 @@ import axios from "axios"; const request=axios.create({ baseURL:'http://1.94.20.201/fyapi/h5', - timeout:5000 + timeout:150000 }) export default request \ No newline at end of file diff --git a/src/views/detail.vue b/src/views/detail.vue index e3ce879..e68e9df 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -22,7 +22,7 @@
{{ name }}
{{time}}
-
+
@@ -205,4 +205,7 @@ li { color: rgba(255, 255, 255, 0.8); font-weight: bold; } +.cont >>> img{ + max-width: 500px; +} \ No newline at end of file diff --git a/src/views/honordetail.vue b/src/views/honordetail.vue index 0529794..c25d0b9 100644 --- a/src/views/honordetail.vue +++ b/src/views/honordetail.vue @@ -22,7 +22,7 @@
{{ name }}
{{time}}
-
+
@@ -204,4 +204,7 @@ li { color: rgba(255, 255, 255, 0.8); font-weight: bold; } +.cont >>> img{ + max-width: 500px; +} \ No newline at end of file diff --git a/src/views/project.vue b/src/views/project.vue index db365f4..35aa83d 100644 --- a/src/views/project.vue +++ b/src/views/project.vue @@ -20,7 +20,7 @@ 钢结构厂 -
+
diff --git a/src/views/projectdetail.vue b/src/views/projectdetail.vue index 9ed4f0e..2c46fc1 100644 --- a/src/views/projectdetail.vue +++ b/src/views/projectdetail.vue @@ -39,7 +39,7 @@
{{ name }}
{{time}}
-
+
@@ -261,4 +261,7 @@ li { font-size: 14px; color: #666666; } +.cont >>> img{ +max-width:500px; +} \ No newline at end of file