更新首页文章链接和二维码区域

This commit is contained in:
A1300399510 2024-11-11 12:09:56 +08:00
parent f19928d0a6
commit 1b29795e54
19 changed files with 711 additions and 551 deletions

File diff suppressed because one or more lines are too long

11
dist/img/mini-bj.d6c18c3c.svg vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/img/red-book-code.b4bec1bd.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

11
dist/img/red-book.01ee1fa2.svg vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/img/see-apartment-code.5a032a7f.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

11
dist/img/see-apartment.1780881b.svg vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1,4 +1,4 @@
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"/><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.6d96b969.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.dbe71f54.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.94ae0c09.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display: none;"><script>var _hmt = _hmt || []
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"/><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.6d96b969.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.91d3115e.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.07bc257c.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display: none;"><script>var _hmt = _hmt || []
;(function () {
var hm = document.createElement("script")
hm.src = "//hm.baidu.com/hm.js?4bd66cbe45a640b607fe46c48f658746"

1
dist/js/app.91d3115e.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/js/seachPage.3f43ced9.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ let socketTask = null
onMounted(() => {
// useSocket()
document.addEventListener("visibilitychange", () => {
if (document.visibilityState === "visible" && socketTask.readyState != 1) useSocket()
if (document.visibilityState === "visible" && socketTask?.readyState != 1) useSocket()
})
// cnzzjs //v1.cnzz.com/z_stat.php?id=1281224882&amp;web_id=1281224882

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@ import locale from "element-plus/lib/locale/lang/zh-cn"
import zhCn from "element-plus/dist/locale/zh-cn.mjs"
import lazyPlugin from "vue3-lazyload"
console.log("lazyPlugin",lazyPlugin);
console.log("lazyPlugin", lazyPlugin)
// import zhCn from 'element-plus/lib/locale/lang/zh-cn'
import api from "./utils/api"
@ -80,6 +80,9 @@ app.use(store).use(router).use(Axios)
api.index()
.then(res => {
const data = res.data
// const url = import("@/assets/homeImage/informationO.png")
// console.log("url", url)
// console.log("data", data.articleList)
store.state.seachTypeData = data.combination
store.state.indexData = data
store.state.ListSelectBtn = data.recommendedTab

File diff suppressed because it is too large Load Diff