cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.26.9.198:80 · h5.management.sadiq.group
2026-01-23 15:40
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 15:40:40 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://h5.management.sadiq.group/
Strict-Transport-Security: max-age=31536000
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=16,cfOrigin;dur=366
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sb1LRe1tQ%2FFEMQIXnNgI6UkNcumgZmrpmH%2B30IcMJoPYJbkj4hX4JL7pex%2FLQc4Dls9qZzDdwLeCH6AtmIklvsqsSy5rbPpU6mCaCsViVSgmU2tv5jBZXg%3D%3D"}]}
CF-RAY: 9c28640eae682c47-SJC
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:20::681a:9c6:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=15,cfOrigin;dur=376
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NOIRCXAbDMcqRRz9d4B8B0UZtFhz6jWo16Zo4REVpHe3j4ibXXwaWwxOGH9syM7qUQzx9Ui82Np1zWiVVhXymogv8joqQpzl%2BLsy95l4BQOIZos3o1KJKae311XIR0YsifkxrQ%3D%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c3ee6058f1-SJC
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(
Open service 2606:4700:20::ac43:4563:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:04 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:20::681a:8c6:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:20::681a:8c6:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:20::681a:8c6:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=319
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zAxjwkjyeFbMZWvf0j7fuXlAR49ABJSsgQvjHCc2f7%2FynKQtkew0Ox53t6nT0XHvTOLY%2BEIlcYQlUelb9PvcIV3s7%2BNrwtkQD%2BYR7psHSYeOLLIIPi6BHRPsuZV%2FU4U%2FO9TGVg%3D%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c29c960016-LHR
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(
Open service 172.67.69.99:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.69.99:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.69.99:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=23,cfOrigin;dur=331
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LvC%2BOORnDWvN%2BVSYSZMpzrCRmGjgNcUjsZmtjB23KtsovgsMvcEOeUITw%2FZm8MqyNoSWHvDNNc%2Fyj7pweHWGVxHrG8CN1nQC%2BMuWmX92z2n%2BvKBbt965YA%3D%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c2ba4ad21b-FRA
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(
Open service 2606:4700:20::ac43:4563:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=21,cfOrigin;dur=313
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kxOiAa3DbaKAQzD6%2BcXZWMcWZJYzkF6VbAiPpT7085zBRGXrKJuBb5%2BJllz%2BeEviD%2Brmr3zYgUItevGWenRfvgfFd39c8Kcushk%2BNPcAB%2B%2Br6l8gHoAUSEFEjY5AIj3Usep4DA%3D%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c28afc9ba0-FRA
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(
Open service 2606:4700:20::ac43:4563:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:20::681a:9c6:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.26.8.198:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=332
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LET5V1aKsJx2Gx3DnjI9NJ2E0%2FvrBiwImg04jB397W3vJRvhV8BW954pFF5ZO3K7gtd11xFKhfCqC4xZrTiRz1qPIvoArOgVQAVLX9VkH0%2BdKDeIi4OPZg%3D%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c26c3fdbff-FRA
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(
Open service 104.26.9.198:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.26.8.198:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.26.9.198:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:20::681a:9c6:8443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.26.8.198:443 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 22 Jan 2026 10:00:03 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.26.9.198:80 · h5.management.sadiq.group
2026-01-22 10:00
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 10:00:04 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Last-Modified: Thu, 22 Jan 2026 03:45:10 GMT
Vary: Accept-Encoding
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=26,cfOrigin;dur=312
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ehv%2FZI%2BQMZ4y8L%2BApAY3C0KXnMgGt4GKj%2FXvYsLHLqKBLb0sbfIsJQPnl0ds%2Fpxay6YSWAGgDvbEtIFgIaQwEsCT2sbmMkI3HCrtz15kgCWCQ9wKC88%3D"}]}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9c1e33c1f9199b34-FRA
Page title: Log in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log in</title>
<link rel="stylesheet" href="./css/index.css?v=1.1" />
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="iconfont/iconfont.css" />
<link rel="stylesheet" href="css/vant-index.css">
<style>
[v-cloak] {
display: none !important;
}
</style>
</head>
<body>
<div class="box" id="app" v-cloak>
<div class="titlebox title1">
</div>
<div class="login">
<div class="log">login</div>
<div class="input-c" style="margin-top: 34px">
<i class="iconfont icon-shoujihaoma"></i>
<input class="inpu" v-model="account" name="telephone" placeholder="Input username" :maxlength="11" />
</div>
<div class="input-c">
<i class="iconfont icon-suo"></i>
<input class="inpu" :type="isShowPassword?'password':''" v-model="passWord"
placeholder="Enter the password" />
<i class="iconfont icon-yincang" @click="showPassword(false)" v-show="isShowPassword"></i>
<i class="iconfont icon-xianshi" @click="showPassword(true)" v-show="!isShowPassword"></i>
</div>
<button :loading="isShowLoading" class="submit" type="primary" @click="submit">
login
</button>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1666d4423e9c46308ef2c98e29841101","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script>
<script>
let app = new Vue({
el: "#app",
data: {
account: "",
passWord: "",
// account: "admin",
// passWord: "admin1",
isShowLoading: false,
isShowPassword: true, //是否显示密码
maxlength: 11,
bg: {},
ischoose: false,
timer: null, //10分钟定时
// baseUrl: 'http://sadiq.mini.wemaster.net/', // 测试
baseUrl: 'http://mini.api.sadiq.group/',// 正式
},
methods: {
// 密码显示
showPassword(is) {
this.isShowPassword = is;
if (is == true) {
}
},
//提交
submit() {
console.log(this.account.length);
if (this.account == "") {
alert("Phone number can not be blank");
} else if (this.passWord == "") {
alert("Login password cannot be empty");
} else {
$.ajax({
url: this.baseUrl+ "/index/index/login",
type: "post", //请求方式
dataType: "json",
// async:asyncType,
// 如果获取成功
data: { username: this.account, password: this.passWord, token: '' },
success: function (data) {
//成功时返回的data值
if (data.code == 0) {
// console.log(data);
console.log(data.data.token);
localStorage.setItem("token", JSON.stringify(data.data.token));
// alert(
// "login successful"
// );
setTimeout(function () {
window.location.href = "roomBanUser.html";
// window.location.href = "choose.html";
}, 1000);
} else {
alert(