7.28更新 #150
@ -339,7 +339,7 @@ export default Vue.extend({
|
||||
supplySquare: isEn ? 'Supply Square' : '供需广场',
|
||||
// about: isEn ? 'About Us' : '关于我们'
|
||||
}
|
||||
const hiddenNcmatchActions = ['computeMarket', 'trainPlatform', 'agentStore']
|
||||
const hiddenNcmatchActions = ['trainPlatform', 'agentStore']
|
||||
return this.productMenuItems
|
||||
.filter(item => !this.isNcmatchDomain || !hiddenNcmatchActions.includes(item.action))
|
||||
.map(item => ({ ...item, label: labels[item.action] || item.action }))
|
||||
|
||||
@ -264,7 +264,7 @@ export default {
|
||||
return
|
||||
}
|
||||
this.$message.success('实例创建请求已提交')
|
||||
this.$router.push('/containerInstance/index')
|
||||
this.$router.push('/homePage/computeMarket')
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -273,7 +273,7 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
.create-instance-page {
|
||||
min-height: 100vh;
|
||||
padding: 28px 0 88px;
|
||||
padding: 82px 0 88px;
|
||||
background:
|
||||
radial-gradient(circle at top left, rgba(30, 111, 255, 0.12), transparent 30%),
|
||||
linear-gradient(180deg, #f7fbff 0%, #f5f7fb 100%);
|
||||
@ -704,4 +704,10 @@ aside{
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.create-instance-page {
|
||||
padding-top: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
|
||||
<div class="hero-inner">
|
||||
<p class="hero-slogan">好用还省钱,Token 就上开元云</p>
|
||||
<p class="hero-slogan">好用还省钱,Token 就上数智开物</p>
|
||||
<h1>数智开物<span>OPC</span>公共服务平台</h1>
|
||||
<p class="hero-subtitle">
|
||||
为 <strong>OPC</strong> 而生,极致性价比一站式模型平台
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user