jiabin 10 месяцев назад
Родитель
Сommit
af99625735
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      raycos_datacenter_api/src/main/resources/static/index.html

+ 3 - 3
raycos_datacenter_api/src/main/resources/static/index.html

@@ -103,9 +103,9 @@
                 });
 
                 const regionList = ref([
-                    { label: '北美', value: 'https://sellingpartnerapi-na.amazon.com', cities: ['美国', '加拿大', '墨西哥', '巴西'] },
-                    { label: '欧洲', value: 'https://sellingpartnerapi-eu.amazon.com', cities: ['英国', '德国', '法国', '意大利', '西班牙'] },
-                    { label: '远东', value: 'https://sellingpartnerapi-fe.amazon.com', cities: ['日本', '澳大利亚', '新加坡'] },
+                    { label: '美国', value: 'https://sellercentral.amazon.com', cities: ['美国', '加拿大', '墨西哥', '巴西'] },
+                    { label: '欧洲', value: 'https://sellercentral-europe.amazon.com ', cities: ['英国', '德国', '法国', '意大利', '西班牙'] },
+                    { label: '远东', value: 'https://sellercentral.amazon.co.jp', cities: ['日本', '澳大利亚', '新加坡'] },
                 ]);
 
                 const loading = ref(false);