实现多文件上传,按钮vue传值(vue2.1特性)
This commit is contained in:
@@ -14,4 +14,9 @@ public class NavController {
|
||||
public String toTestPage(){
|
||||
return "/dist/thymeleafTest";
|
||||
}
|
||||
|
||||
@GetMapping(value = {"axiosTest"})
|
||||
public String toTestAxiosPage(){
|
||||
return "/dist/axiosTest";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user