diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index 1cf6a47..3b5ebf0 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://175.27.215.92:3306/bg_wheel_chocks?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://119.45.202.115:3306/bg_wheel_chocks?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: haiwei@123 # 从库数据源 diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index f8d8018..ac59f60 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -64,9 +64,9 @@ spring: servlet: multipart: # 单个文件大小 - max-file-size: 10MB + max-file-size: 20MB # 设置总上传的文件大小 - max-request-size: 20MB + max-request-size: 30MB # 服务模块 devtools: restart: diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html new file mode 100644 index 0000000..41c00d3 --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html @@ -0,0 +1,125 @@ + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ + + + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html new file mode 100644 index 0000000..ea7536f --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html @@ -0,0 +1,114 @@ + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html new file mode 100644 index 0000000..97d7537 --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html @@ -0,0 +1,112 @@ + + + + + + +
+
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file