8.6更新

This commit is contained in:
hrx 2026-08-06 16:07:05 +08:00
parent d6e0531b94
commit cd8e267c30
2 changed files with 12 additions and 10 deletions

View File

@ -377,13 +377,15 @@ export const constantRoutes = [
name: 'homePageOPC',
hidden: true,
meta: { title: 'OPC公共服务平台', onCache: true }
}, {
path: 'computeMarket',
component: () => import('@/views/homePage/computeMarket/index.vue'),
name: 'computeMarket',
hidden: true,
meta: { title: '算力市场', onCache: true }
}, {
},
// {
// path: 'computeMarket',
// component: () => import('@/views/homePage/computeMarket/index.vue'),
// name: 'computeMarket',
// hidden: true,
// meta: { title: '算力市场', onCache: true }
// },
{
path: 'computeMarket/createInstance',
component: () => import('@/views/homePage/computeMarket/createInstance.vue'),
name: 'computeMarketCreateInstance',

View File

@ -294,7 +294,7 @@ export default Vue.extend({
// action label
productMenuItems: [
{ action: 'opc' },
{ action: 'computeMarket' },
// { action: 'computeMarket' },
{ action: 'tokenMarket' },
{ action: 'yuanjing' },
{ action: 'trainPlatform' },
@ -342,7 +342,7 @@ export default Vue.extend({
const isEn = this.activeLocale === 'en-US'
const labels = {
opc: 'OPC',
computeMarket: isEn ? 'Compute Market' : '算力市场',
// computeMarket: isEn ? 'Compute Market' : '',
tokenMarket: isEn ? 'Token Market' : 'Token市集',
yuanjing: isEn ? 'Yuanjing' : '元境',
trainPlatform: isEn ? 'Train & Infer' : '训推平台',
@ -434,7 +434,7 @@ export default Vue.extend({
handleProductMenuClick(action) {
const actionMap = {
opc: () => this.navigateTo('/homePage/opc'),
computeMarket: () => this.navigateTo('/homePage/computeMarket'),
// computeMarket: () => this.navigateTo('/homePage/computeMarket'),
tokenMarket: this.handleModelSquareClick,
yuanjing: this.goYuanjing,
trainPlatform: () => this.navigateTo('/homePage/trainPlatform'),