|
@@ -103,9 +103,9 @@
|
|
});
|
|
});
|
|
|
|
|
|
const regionList = ref([
|
|
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);
|
|
const loading = ref(false);
|