Commit cdce09dc authored by 罗超's avatar 罗超

修改

parent 8832469f
...@@ -64,7 +64,7 @@ module.exports = configure(function (ctx) { ...@@ -64,7 +64,7 @@ module.exports = configure(function (ctx) {
publicPath: ctx.dev ? '/' : './', publicPath: ctx.dev ? '/' : './',
env: ctx.dev env: ctx.dev
? { ? {
BASE_APP_API: 'http://reborn.oytour.com/api/common/post', BASE_APP_API: 'http://192.168.5.46:/api/common/post',
JAVA_URL_API: 'http://efficient.oytour.com', JAVA_URL_API: 'http://efficient.oytour.com',
VERSION:require('./package.json').version, VERSION:require('./package.json').version,
......
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
three: 'Remittance instructions' three: 'Remittance instructions'
}, },
travel: { travel: {
first: 'Consrotium', first: 'Consortium',
second: 'Group Detail', second: 'Group Detail',
three: 'Booking list', three: 'Booking list',
four: 'Settlement', four: 'Settlement',
...@@ -390,6 +390,11 @@ export default { ...@@ -390,6 +390,11 @@ export default {
} }
}, },
travel: { travel: {
type:'Type',
b2cPirce:'Normal Pprice',
b2bPirce:'Member Price',
MiddlePrice:'Consortium',
priceDetail:'Price Details',
status:{ status:{
normal:'All', normal:'All',
regular:'Regular', regular:'Regular',
...@@ -1497,6 +1502,7 @@ export default { ...@@ -1497,6 +1502,7 @@ export default {
query_flightNum: 'Flight number', query_flightNum: 'Flight number',
queryarrivalTime: 'Arrival time', queryarrivalTime: 'Arrival time',
query_stopCity: 'Stopped city', query_stopCity: 'Stopped city',
query_arrivalTime: 'Arrival time',
ph_flightTime: 'Departure time', ph_flightTime: 'Departure time',
}, },
//#endregion //#endregion
......
...@@ -367,7 +367,32 @@ export default { ...@@ -367,7 +367,32 @@ export default {
second: 'リスト', second: 'リスト',
} }
}, },
notice: {
pageTitle: 'お知らせ',
search: {
title: 'お知らせのタイトル',
},
column: {
title: 'お知らせのタイトル',
publisher: '発行者',
releaseDate: '発行日',
action: '操作',
},
placeholder: {
title: 'タイトルを入力してください',
},
view:'View',
detail: {
title: 'お知らせの詳細',
file: '添付ファイル',
}
},
travel: { travel: {
type:'タイプ',
b2cPirce:'B2C価格',
b2bPirce:'B2B価格',
MiddlePrice:'中心価格',
priceDetail:'価格詳細',
status:{ status:{
normal:'すべて', normal:'すべて',
regular:'正常', regular:'正常',
......
...@@ -367,7 +367,33 @@ export default { ...@@ -367,7 +367,33 @@ export default {
second: '列表', second: '列表',
} }
}, },
notice: {
pageTitle: '公告',
search: {
title: '公告標題',
},
column: {
title: '公告標題',
publisher: '發佈者',
releaseDate: '發佈日期',
action: '操作',
},
placeholder: {
title: '請輸入標題',
},
view:'查看',
detail: {
title: '公告詳情',
file: '附件',
}
},
travel: { travel: {
type:'类型',
b2cPirce:'直客价格',
b2bPirce:'代理价格',
MiddlePrice:'中心价',
priceDetail:'价格详情',
status:{ status:{
normal:'全部', normal:'全部',
regular:'正常', regular:'正常',
......
...@@ -369,9 +369,31 @@ export default { ...@@ -369,9 +369,31 @@ export default {
} }
}, },
notice: { notice: {
pageTitle: '公告欄', pageTitle: '公告',
search: {
title: '公告標題',
},
column: {
title: '公告標題',
publisher: '發佈者',
releaseDate: '發佈日期',
action: '操作',
},
placeholder: {
title: '請輸入標題',
},
view:'查看',
detail: {
title: '公告詳情',
file: '附件',
}
}, },
travel: { travel: {
b2cPirce:'直客價格',
b2bPirce:'代理價格',
MiddlePrice:'中心價',
priceDetail:'價格詳情',
type:'Type',
status:{ status:{
normal:'全部', normal:'全部',
regular:'正常', regular:'正常',
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment