mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:12:34 +09:00
수정건 수정
This commit is contained in:
@@ -236,7 +236,7 @@ export default {
|
||||
// 소문자로 변환
|
||||
fileExt = fileExt.toLowerCase()
|
||||
// 이미지 확장자 체크, jpg, png, pdf, tiff
|
||||
if (["jpeg", "png", "pdf", "tiff"].includes(fileExt)) {
|
||||
if (["jpg", "png", "pdf", "tiff"].includes(fileExt)) {
|
||||
return true;
|
||||
} else {
|
||||
this.row.title = '발신번호 파일 업로드';
|
||||
|
||||
@@ -7,19 +7,19 @@ export default [
|
||||
path: '/sendNumMgt/profileList',
|
||||
component: ProfileList,
|
||||
name: 'profileList',
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/sendNumMgt/numberList',
|
||||
component: NumberList,
|
||||
name: 'numberList',
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/sendNumMgt/apprList',
|
||||
component: ApprList,
|
||||
name: 'apprList',
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user