mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-18 19:36:39 +08:00
去掉引导和修改默认登录账号
This commit is contained in:
parent
b072b9e758
commit
a1357155b9
@ -36,10 +36,6 @@
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<e-guide-layer
|
||||
:current-index.sync="guideActiveIndex"
|
||||
:guide-list="guideList"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
formData: {
|
||||
code: '',
|
||||
codeUuid: '',
|
||||
loginName: 'demo',
|
||||
loginName: 'sa',
|
||||
loginPwd: '123456'
|
||||
},
|
||||
codeUrl: ''
|
||||
@ -131,4 +131,4 @@ export default {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user