|
@@ -112,13 +112,13 @@
|
|
|
url: '/download/template.xls',
|
|
|
fileName: 'template.xls'
|
|
|
}, {
|
|
|
- url: '/download/IES5%E8%AF%95%E5%8D%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF%E5%88%B6%E4%BD%9C%E8%AF%B4%E6%98%8E.pdf',
|
|
|
+ url: '/download/%E5%88%B6%E4%BD%9C%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3/IES5%E8%AF%95%E5%8D%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF%E5%88%B6%E4%BD%9C%E8%AF%B4%E6%98%8E.pdf',
|
|
|
fileName: 'IES5试卷模板制作说明.pdf'
|
|
|
}, {
|
|
|
- url: '/download/Instructions%20for%20making%20paper%20template.pdf',
|
|
|
+ url: '/download/%E5%88%B6%E4%BD%9C%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3/%E8%A9%A6%E5%8D%B7%E7%AF%84%E6%9C%AC%E8%A3%BD%E4%BD%9C%E8%A9%B3%E6%83%85%E8%AA%AA%E6%98%8ETW.pdf',
|
|
|
fileName: 'IES5試卷模板製作說明.pdf'
|
|
|
}, {
|
|
|
- url: '/download/Instructions%20for%20making%20paper%20template.pdf',
|
|
|
+ url: '/download/%E5%88%B6%E4%BD%9C%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3/Instructions%20for%20Making%20Exam%20File%20with%20MS%20Word.pdf',
|
|
|
fileName: 'Instructions for making paper template.pdf'
|
|
|
}],
|
|
|
hostName: '',
|
|
@@ -128,8 +128,7 @@
|
|
|
created() {
|
|
|
this.uploadUrl = window.location.origin + '/import/parse-docx'
|
|
|
this.curLang = localStorage.getItem('local')
|
|
|
- this.hostName = this.$store.state.privateSas ? this.$store.state.privateSas.url :
|
|
|
- 'https://teammodelstorage.blob.core.chinacloudapi.cn'
|
|
|
+ this.hostName = this.$evTools.getBlobHost()
|
|
|
},
|
|
|
methods: {
|
|
|
|