Compare commits
No commits in common. "68120a306cd1145a2f18237028a35417707bb74c" and "852bef7b8c0865cfff95048b2062867c1bfeee3f" have entirely different histories.
68120a306c
...
852bef7b8c
@ -23,10 +23,6 @@
|
|||||||
<a>基础云</a>
|
<a>基础云</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="nav-hover" :class="{ active: isActiveTokenMarket }" @click="handleModelSquareClick">token市集</p>
|
<p class="nav-hover" :class="{ active: isActiveTokenMarket }" @click="handleModelSquareClick">token市集</p>
|
||||||
<!-- 训推平台 -->
|
|
||||||
<p class="nav-hover" @click="goTrainPlatform">训推平台</p>
|
|
||||||
<!-- 智能体商店 -->
|
|
||||||
<p class="nav-hover" @click="goAgentStore">智能体商店</p>
|
|
||||||
<p class="nav-hover" @click="goYuanjing">元境</p>
|
<p class="nav-hover" @click="goYuanjing">元境</p>
|
||||||
<!-- 供需广场 -->
|
<!-- 供需广场 -->
|
||||||
<p :class="{ active: $route.path.includes('/supply') }">
|
<p :class="{ active: $route.path.includes('/supply') }">
|
||||||
@ -410,16 +406,6 @@ export default Vue.extend({
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
// 跳转训推平台
|
|
||||||
goTrainPlatform() {
|
|
||||||
window.open('http://101.200.145.167:8923/', '_blank')
|
|
||||||
},
|
|
||||||
|
|
||||||
// 跳转智能体商店
|
|
||||||
goAgentStore() {
|
|
||||||
window.open('http://101.200.145.167:8923/compute-apps', '_blank')
|
|
||||||
},
|
|
||||||
|
|
||||||
// 跳转元境
|
// 跳转元境
|
||||||
async goYuanjing() {
|
async goYuanjing() {
|
||||||
const yuanJingBaseUrl = window.location.origin === 'https://dev.opencomputing.cn'
|
const yuanJingBaseUrl = window.location.origin === 'https://dev.opencomputing.cn'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user