shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 78271db64b - Show all commits

View File

@ -25,12 +25,12 @@
<div class="icon"><img src="@/assets/images/dustNoise/userIcon.png" /></div>
<div class="userName">{{ adminName }}</div>
</div>
<!-- <div class="loginOut" @click="jumpBgd">
<div class="loginOut" @click="jumpBgd">
<div class="loginOutIcon">
<img src="@/assets/images/dustNoise/jumpIcon.png" />
</div>
<div class="userName">项目后台</div>
</div> -->
</div>
<div class="loginOut" @click="loginOut">
<div class="loginOutIcon">
<img src="@/assets/images/dustNoise/loginOut.png" />
@ -203,8 +203,11 @@ function jumpBgd() {
if (COMPANY === "as") {
window.location.replace("http://182.90.224.237:15551/#/projectIndex"); //
}
if (COMPANY === "agjtCommand") {
window.location.replace("http://47.93.215.234:9809" + "/#/login?token=" + store.token);
if (COMPANY === "agjtLocationLive") {
// window.location.replace("http://47.93.215.234:9809" + "/#/login?token=" + store.token);
// command=1&pathItem=project/smartSafeHat/dataPay
window.location.replace("http://192.168.34.175:8080/#/projectIndex"); //
// window.location.replace("http://192.168.34.175:8080" + "/#/login?projectIndex" + "&token=" + store.token);
}
}
</script>