|
|
@@ -31,8 +31,8 @@
|
|
|
<div class="hj-logo">
|
|
|
<div style="display: flex;align-items: center">
|
|
|
<img :src="dk_logo" style="width: 60px;height: 60px;"/>
|
|
|
- <img :src="dk_mini" style="width: 208px;height: 80px;margin-left: 10px"/>
|
|
|
- <div style="font-size: 50px;font-weight: bold;color: #1B3769;">智云版</div>
|
|
|
+<!-- <img :src="dk_mini" style="width: 208px;height: 80px;margin-left: 10px"/>-->
|
|
|
+ <div style="font-size: 50px;font-weight: bold;color: #1B3769;">东科智云管理后台</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -165,6 +165,7 @@ export default {
|
|
|
this.$Message.destroy()
|
|
|
if (res.code === this.$config.SUCCESS_CODE) {
|
|
|
if (res.data) {
|
|
|
+ console.log('f33333',res)
|
|
|
clearInterval(this.interval)
|
|
|
this.$router.push({
|
|
|
name: this.$config.homeName
|