|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="header_right">
|
|
<div class="header_right">
|
|
|
<div>
|
|
<div>
|
|
|
- <el-button @click="goBack()">返回人工智能专栏</el-button>
|
|
|
|
|
|
|
+ <el-button @click="goBack()">返回深教AI门户</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-if="isLogin" class="loginAdmin">
|
|
<div v-if="isLogin" class="loginAdmin">
|
|
|
<div v-if="admin">
|
|
<div v-if="admin">
|
|
@@ -64,7 +64,7 @@ const adminClick = () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const goBack = () => {
|
|
const goBack = () => {
|
|
|
- top.location.href = "https://zy.szedu.cn/ai/"
|
|
|
|
|
|
|
+ top.location.href = "https://ai.szedu.cn/"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const userInfoOpen = () => {
|
|
const userInfoOpen = () => {
|