提交 b55195d6 authored 作者: zhengyadong's avatar zhengyadong

下载文件

上级 8ab8710e
......@@ -23,8 +23,8 @@ export const downloadPath = 'download'
export const uploadPath = 'upload'
export const downText = function(link){
console.log(`${process.env.BASE_API}${link}`,22222222);
return window.open(`${process.env.BASE_API}file/file/download/${link}`)
console.log(`${process.env.BASE_API}file/file/download/${link}`,22222222);
window.open(`${process.env.BASE_API}file/file/download/${link}`,'_blank')
}
export const videoUrl = function(link){
// return `${process.env.BASE_API}/file/file/?fileName=${link}&isOnLine=true`
......
......@@ -194,7 +194,7 @@
if (this.phone == '') {
return '请输入手机号';
} else {
if (!(/^1[3456789]\d{9}$/.test(this.phone))) {
if (!(/^1\d{10}$/.test(this.phone))) {
return '请输入正确的手机号';
} else {
return '';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论