@@ -11,7 +11,7 @@ const service: any = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: url,
// 超时
- timeout: 300000
+ timeout: 30000
})
// request拦截器
@@ -128,4 +128,13 @@ export default defineComponent({
</div>
</template>
<style lang="scss" scoped>
+@media (max-width:768px) {
+ .aboutImg{
+ width:100% !important;
+ padding-right: 15px !important;
+ }
+ .aboutImg>img{
+}
</style>