asdf1
This commit is contained in:
parent
5fddc26996
commit
f5adeec256
@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>摄影展</title>
|
||||
<title>飞天遇上航天</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -97,6 +97,10 @@ export const useAuth=createGlobalState(()=>{
|
||||
]
|
||||
},localStorage)
|
||||
const clickAddWorks=()=>{
|
||||
if(formData.value.works?.length>=5){
|
||||
message.warning('最多上传5个作品')
|
||||
return
|
||||
}
|
||||
formData.value.works.push({
|
||||
picUrl: "", //作品图片url
|
||||
workName: "", //作品名称
|
||||
|
Loading…
Reference in New Issue
Block a user