Commit 16f21b8b339cc1a28d47c3f603763262b44ed2dd

Authored by 郭伟龙
1 parent b709f5ac
Exists in develop

fix: 修改Accessories

Showing 2 changed files with 7 additions and 7 deletions   Show diff stats
common/config.js
... ... @@ -7,15 +7,15 @@ module.exports = {
7 7  
8 8  
9 9 //测试环境
10   - prefixUrl: "https://hdk-aero.ip-server.cn", //仅带前缀,用于拼接维护报修页图片预览地址
11   - fileUrl: "https://hdk-aero.ip-server.cn/hdk",
12   - baseUrl: 'https://hdk-aero.ip-server.cn/admin-api',
  10 + // prefixUrl: "https://hdk-aero.ip-server.cn", //仅带前缀,用于拼接维护报修页图片预览地址
  11 + // fileUrl: "https://hdk-aero.ip-server.cn/hdk",
  12 + // baseUrl: 'https://hdk-aero.ip-server.cn/admin-api',
13 13  
14 14  
15 15 //正式环境
16   - // prefixUrl:"https://qr.hdk-aero.com", //仅带前缀,用于拼接维护报修页图片预览地址
17   - // fileUrl:"https://qr.hdk-aero.com/hdk",
18   - // baseUrl: 'https://qr.hdk-aero.com/admin-api',
  16 + prefixUrl:"https://qr.hdk-aero.com", //仅带前缀,用于拼接维护报修页图片预览地址
  17 + fileUrl:"https://qr.hdk-aero.com/hdk",
  18 + baseUrl: 'https://qr.hdk-aero.com/admin-api',
19 19 // 超时
20 20 timeout: 30000,
21 21 // 禁用 Cookie 等信息
... ...
locale/en.json
... ... @@ -8,7 +8,7 @@
8 8 "index.system-language": "System language",
9 9 "hdk.productInformation":"Products",
10 10 "hdk.inspectionInformation":"Inspections",
11   - "hdk.attachmentInformation":"Accesories",
  11 + "hdk.attachmentInformation":"Accessories",
12 12 "hdk.placeholder":"SN Code",
13 13 "hdk.tips":"Search by SN Code",
14 14 "hdk.sninexistence":"The SN code does not exist, please enter the correct SN code!",
... ...