diff --git a/module-dictionary/src/main/java/ink/wgink/module/dictionary/controller/route/AreaRouteController.java b/module-dictionary/src/main/java/ink/wgink/module/dictionary/controller/route/AreaRouteController.java index 3488e21a..158db370 100644 --- a/module-dictionary/src/main/java/ink/wgink/module/dictionary/controller/route/AreaRouteController.java +++ b/module-dictionary/src/main/java/ink/wgink/module/dictionary/controller/route/AreaRouteController.java @@ -42,4 +42,9 @@ public class AreaRouteController { return new ModelAndView("area/list"); } + @GetMapping("get-select") + public ModelAndView getSelect() { + return new ModelAndView("area/get-select"); + } + } diff --git a/module-dictionary/src/main/resources/templates/area/get-select.html b/module-dictionary/src/main/resources/templates/area/get-select.html new file mode 100644 index 00000000..6c9e2b1b --- /dev/null +++ b/module-dictionary/src/main/resources/templates/area/get-select.html @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ 当前地区 +
+
+
+
+
+
+
+
+ + + + \ No newline at end of file