lb #25

Birleştirildi
gtz217 2022-12-16 09:02:45 +08:00 lb içindeki 4 işlemeyi master ile birleştirdi
2 değiştirilmiş dosya ile 5 ekleme ve 3 silme
Sadece f0714123b7 işlemesindeki değişiklikler gösteriliyor - Tüm işlemeleri göster

Dosyayı Görüntüle

@ -248,7 +248,8 @@ export default {
const password = Cookie.get('password') const password = Cookie.get('password')
if (username && password) { if (username && password) {
window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}` window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
// window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
} }
}, },
winBlur() { winBlur() {

Dosyayı Görüntüle

@ -1,6 +1,6 @@
<template> <template>
<header class="techy-header"> <header class="techy-header">
<img class="logo-img" src="./logo.png" alt="cnbm" /> <img class="logo-img" src="./logo.png" alt="cnbm">
<span class="techy-header__title">{{ headTitle }}</span> <span class="techy-header__title">{{ headTitle }}</span>
<div class="date">{{ now.format('yyyy.MM.DD') }}</div> <div class="date">{{ now.format('yyyy.MM.DD') }}</div>
@ -90,7 +90,8 @@ export default {
const password = Cookie.get('password') const password = Cookie.get('password')
if (username && password) { if (username && password) {
window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}` window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
// window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
} else { } else {
this.$router.push('/') this.$router.push('/')
} }