|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: JC9527
|
|
|
|
|
* @Date: 2024-01-09 23:08:15
|
|
|
|
|
* @LastEditors: JC9527
|
|
|
|
|
* @LastEditTime: 2024-07-05 08:56:16
|
|
|
|
|
* @LastEditTime: 2024-07-09 16:06:25
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="map-main">
|
|
|
|
@ -2676,7 +2676,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
// 模拟登录获取token
|
|
|
|
|
getrobotToken(){
|
|
|
|
|
robotLogin({username:"superAdmin",password:"sa@123456"}).then(res=>{
|
|
|
|
|
robotLogin({username:"superAdmin",password:"3ER4#er$@2024"}).then(res=>{
|
|
|
|
|
// console.log(res,"登录信息");
|
|
|
|
|
if(res.code == 200) {
|
|
|
|
|
// setRobotToken(res.result.token)
|
|
|
|
|