@@ -203,10 +203,6 @@ export default { | |||||
comingSoon: "Coming Soon", | comingSoon: "Coming Soon", | ||||
}, | }, | ||||
apiMangage: { | |||||
title: "API Mangage", | |||||
}, | |||||
signSucceed: { | signSucceed: { | ||||
title: "Confirm your email", | title: "Confirm your email", | ||||
succeed: "Sign Succeed !", | succeed: "Sign Succeed !", | ||||
@@ -221,6 +217,26 @@ export default { | |||||
}, | }, | ||||
modelMangage: { | modelMangage: { | ||||
title: "Model Set", | |||||
title: "Model", | |||||
}, | |||||
businessMangage: { | |||||
title: "Business", | |||||
}, | |||||
keyMangage: { | |||||
title: "Key", | |||||
}, | |||||
priceMangage: { | |||||
title: "Price", | |||||
}, | |||||
dataCount: { | |||||
title: "DataBoard", | |||||
}, | |||||
apiMangage: { | |||||
title: "API", | |||||
}, | }, | ||||
}; | }; |
@@ -203,10 +203,6 @@ export default { | |||||
comingSoon: "敬请期待", | comingSoon: "敬请期待", | ||||
}, | }, | ||||
apiMangage: { | |||||
title: "API 管理", | |||||
}, | |||||
signSucceed: { | signSucceed: { | ||||
title: "确认邮箱", | title: "确认邮箱", | ||||
succeed: "注册成功", | succeed: "注册成功", | ||||
@@ -222,4 +218,24 @@ export default { | |||||
modelMangage: { | modelMangage: { | ||||
title: "模板管理", | title: "模板管理", | ||||
}, | }, | ||||
businessMangage: { | |||||
title: "商务管理", | |||||
}, | |||||
keyMangage: { | |||||
title: "密钥管理", | |||||
}, | |||||
priceMangage: { | |||||
title: "价格管理", | |||||
}, | |||||
dataCount: { | |||||
title: "数据统计", | |||||
}, | |||||
apiMangage: { | |||||
title: "API 管理", | |||||
}, | |||||
}; | }; |
@@ -18,6 +18,34 @@ | |||||
{{ $t("modelMangage.title") }} | {{ $t("modelMangage.title") }} | ||||
</div> | </div> | ||||
<div class="myRouter-item" @click="router.push('/createVideo')"> | |||||
<div class="icon"> | |||||
<el-icon><i-ep-edit /></el-icon> | |||||
</div> | |||||
{{ $t("businessMangage.title") }} | |||||
</div> | |||||
<div class="myRouter-item" @click="router.push('/createVideo')"> | |||||
<div class="icon"> | |||||
<el-icon><i-ep-edit /></el-icon> | |||||
</div> | |||||
{{ $t("keyMangage.title") }} | |||||
</div> | |||||
<div class="myRouter-item" @click="router.push('/createVideo')"> | |||||
<div class="icon"> | |||||
<el-icon><i-ep-edit /></el-icon> | |||||
</div> | |||||
{{ $t("priceMangage.title") }} | |||||
</div> | |||||
<div class="myRouter-item" @click="router.push('/createVideo')"> | |||||
<div class="icon"> | |||||
<el-icon><i-ep-edit /></el-icon> | |||||
</div> | |||||
{{ $t("dataCount.title") }} | |||||
</div> | |||||
<div class="bottomBtx"> | <div class="bottomBtx"> | ||||
<div class="myRouter-item" @click="router.push('/myAPI')"> | <div class="myRouter-item" @click="router.push('/myAPI')"> | ||||
<div class="icon"> | <div class="icon"> | ||||