|
@@ -612,13 +612,13 @@ export default {
|
|
|
// 暫時寫死 日後需要變動再更改
|
|
|
switch (this.srvAdr) {
|
|
|
case 'China':
|
|
|
- window.location.href = 'https://teammodelstorage.blob.core.chinacloudapi.cn/example/teachermgmt_example.xlsx'
|
|
|
+ window.location.href = 'https://teammodelstorage.blob.core.chinacloudapi.cn/download/%E6%95%99%E5%B8%AB%E6%89%B9%E6%AC%A1%E5%8C%AF%E5%85%A5.xlsx'
|
|
|
break;
|
|
|
case 'Global':
|
|
|
- window.location.href = 'https://teammodelstorage.blob.core.windows.net/example/teachermgmt_example.xlsx'
|
|
|
+ window.location.href = 'https://teammodelstorage.blob.core.chinacloudapi.cn/download/%E6%95%99%E5%B8%AB%E6%89%B9%E6%AC%A1%E5%8C%AF%E5%85%A5.xlsx'
|
|
|
break;
|
|
|
default:
|
|
|
- window.location.href = 'https://teammodelstorage.blob.core.windows.net/example/teachermgmt_example.xlsx'
|
|
|
+ window.location.href = 'https://teammodelstorage.blob.core.chinacloudapi.cn/download/%E6%95%99%E5%B8%AB%E6%89%B9%E6%AC%A1%E5%8C%AF%E5%85%A5.xlsx'
|
|
|
break;
|
|
|
}
|
|
|
},
|