Commit f09a69eb by 庄冰

58-caishui.com

parent ae3e1dc5
......@@ -7,7 +7,7 @@
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover" />
<meta name="rem-baseline" content="7.5" />
<title id="idtitle">知圈圈</title>
<title id="idtitle"></title>
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/ele/chalk.css">
<link rel="stylesheet" href="/css/main.css">
......
......@@ -263,7 +263,11 @@ axios.get("/vue/comp/base").then(function (res) {
},
mounted() {
// mobile默认路由
if(location.hostname && location.hostname=="www.58-caishui.com"){
$("#idtitle").text("五八财税");
}else{
$("#idtitle").text("知圈圈");
}
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment