8.6更新 #156
@ -377,13 +377,15 @@ export const constantRoutes = [
|
|||||||
name: 'homePageOPC',
|
name: 'homePageOPC',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
meta: { title: 'OPC公共服务平台', onCache: true }
|
meta: { title: 'OPC公共服务平台', onCache: true }
|
||||||
}, {
|
},
|
||||||
path: 'computeMarket',
|
// {
|
||||||
component: () => import('@/views/homePage/computeMarket/index.vue'),
|
// path: 'computeMarket',
|
||||||
name: 'computeMarket',
|
// component: () => import('@/views/homePage/computeMarket/index.vue'),
|
||||||
hidden: true,
|
// name: 'computeMarket',
|
||||||
meta: { title: '算力市场', onCache: true }
|
// hidden: true,
|
||||||
}, {
|
// meta: { title: '算力市场', onCache: true }
|
||||||
|
// },
|
||||||
|
{
|
||||||
path: 'computeMarket/createInstance',
|
path: 'computeMarket/createInstance',
|
||||||
component: () => import('@/views/homePage/computeMarket/createInstance.vue'),
|
component: () => import('@/views/homePage/computeMarket/createInstance.vue'),
|
||||||
name: 'computeMarketCreateInstance',
|
name: 'computeMarketCreateInstance',
|
||||||
|
|||||||
@ -294,7 +294,7 @@ export default Vue.extend({
|
|||||||
// 产品菜单(action 为稳定路由标识,label 由计算属性按语言生成)
|
// 产品菜单(action 为稳定路由标识,label 由计算属性按语言生成)
|
||||||
productMenuItems: [
|
productMenuItems: [
|
||||||
{ action: 'opc' },
|
{ action: 'opc' },
|
||||||
{ action: 'computeMarket' },
|
// { action: 'computeMarket' },
|
||||||
{ action: 'tokenMarket' },
|
{ action: 'tokenMarket' },
|
||||||
{ action: 'yuanjing' },
|
{ action: 'yuanjing' },
|
||||||
{ action: 'trainPlatform' },
|
{ action: 'trainPlatform' },
|
||||||
@ -342,7 +342,7 @@ export default Vue.extend({
|
|||||||
const isEn = this.activeLocale === 'en-US'
|
const isEn = this.activeLocale === 'en-US'
|
||||||
const labels = {
|
const labels = {
|
||||||
opc: 'OPC',
|
opc: 'OPC',
|
||||||
computeMarket: isEn ? 'Compute Market' : '算力市场',
|
// computeMarket: isEn ? 'Compute Market' : '算力市场',
|
||||||
tokenMarket: isEn ? 'Token Market' : 'Token市集',
|
tokenMarket: isEn ? 'Token Market' : 'Token市集',
|
||||||
yuanjing: isEn ? 'Yuanjing' : '元境',
|
yuanjing: isEn ? 'Yuanjing' : '元境',
|
||||||
trainPlatform: isEn ? 'Train & Infer' : '训推平台',
|
trainPlatform: isEn ? 'Train & Infer' : '训推平台',
|
||||||
@ -434,7 +434,7 @@ export default Vue.extend({
|
|||||||
handleProductMenuClick(action) {
|
handleProductMenuClick(action) {
|
||||||
const actionMap = {
|
const actionMap = {
|
||||||
opc: () => this.navigateTo('/homePage/opc'),
|
opc: () => this.navigateTo('/homePage/opc'),
|
||||||
computeMarket: () => this.navigateTo('/homePage/computeMarket'),
|
// computeMarket: () => this.navigateTo('/homePage/computeMarket'),
|
||||||
tokenMarket: this.handleModelSquareClick,
|
tokenMarket: this.handleModelSquareClick,
|
||||||
yuanjing: this.goYuanjing,
|
yuanjing: this.goYuanjing,
|
||||||
trainPlatform: () => this.navigateTo('/homePage/trainPlatform'),
|
trainPlatform: () => this.navigateTo('/homePage/trainPlatform'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user