Add urls leading to proxiwash webpage (washinsa and tripodeB)
這個提交存在於:
父節點
20aed5cc80
當前提交
53b3f00005
共有 1 個檔案被更改,包括 5 行新增 和 0 行删除
|
@ -30,6 +30,7 @@ const PROXIMO_ENDPOINT = STUDENT_SERVER + '~proximo/v2/api/';
|
|||
const PROXIMO_IMAGES_ENDPOINT =
|
||||
STUDENT_SERVER + '~proximo/api_proximo/storage/app/public/';
|
||||
const APP_IMAGES_ENDPOINT = STUDENT_SERVER + '~amicale_app/images/';
|
||||
const PROXIWASH_ENDPOINT = 'https://www.proxiwash.com/weblaverie/ma-laverie-2?s=';
|
||||
|
||||
export default {
|
||||
amicale: {
|
||||
|
@ -48,6 +49,10 @@ export default {
|
|||
images: PROXIMO_IMAGES_ENDPOINT + 'img/',
|
||||
icons: PROXIMO_IMAGES_ENDPOINT + 'icon/',
|
||||
},
|
||||
proxiwash: {
|
||||
washinsa: PROXIWASH_ENDPOINT + 'cf4f39',
|
||||
tripodeB: PROXIWASH_ENDPOINT + 'b310b7',
|
||||
},
|
||||
planex: {
|
||||
planning: PLANEX_SERVER,
|
||||
groups: PLANEX_SERVER + 'wsAdeGrp.php?projectId=1',
|
||||
|
|
載入中…
新增問題並參考