登录路径处理调整
This commit is contained in:
parent
ae8c202dbe
commit
b9830714c7
@ -207,7 +207,7 @@ export default {
|
|||||||
getDeviceDetail(row.id).then(res=>{
|
getDeviceDetail(row.id).then(res=>{
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
let url = '';
|
let url = '';
|
||||||
url = `${window.location.protocol}//${window.location.host}/cbtc/login?project=${row.project.toLowerCase().replace(/_/, '')}&projectDevice=${row.code}&type=${row.type}`;
|
url = `${window.location.protocol}//${window.location.host}/cbtc/login?project=${row.project.toLowerCase().replaceAll(/_/, '')}&projectDevice=${row.code}&type=${row.type}`;
|
||||||
this.url = url;
|
this.url = url;
|
||||||
this.$messageBox();
|
this.$messageBox();
|
||||||
this.$confirm(`登录路径:${url}`, '登录路径', {
|
this.$confirm(`登录路径:${url}`, '登录路径', {
|
||||||
|
Loading…
Reference in New Issue
Block a user