Pārlūkot izejas kodu

完善框架

master
张泽亮 pirms 2 mēnešiem
vecāks
revīzija
b616c63d03
2 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. +1
    -1
      ruoyi-admin/src/main/resources/application-druid.yml
  2. +4
    -2
      ruoyi-generator/src/main/resources/vm/vue/index.vue.vm

+ 1
- 1
ruoyi-admin/src/main/resources/application-druid.yml Parādīt failu

@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3318/rongxin_base?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://192.168.0.119:3318/rongxin_base?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: nsbjgkwh
password: ns61GK32x%
# 从库数据源


+ 4
- 2
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm Parādīt failu

@@ -199,7 +199,7 @@
<!-- 弹框操作按钮 -->
<div slot="footer" class="dialog-footer">
<el-button @click="doPrint">打 印</el-button>
<el-button @click="cancel">关 闭</el-button>
<el-button @click="cancelDetail">关 闭</el-button>
</div>
</el-dialog>

@@ -502,6 +502,9 @@ export default {
this.open = false
this.reset()
},
cancelDetail() {
this.viewOpen = false
},
// 表单重置
reset() {
this.form = {
@@ -578,7 +581,6 @@ export default {
this.${subclassName}List = response.data.${subclassName}List;
#end
this.viewOpen = true;
this.open = false;
this.title = "查看${functionName}";
});
},


Notiek ielāde…
Atcelt
Saglabāt