From b4dd0687c7285f3be32860adccfa523a62bfd4c6 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:37 +0800
Subject: [PATCH] 1

---
 src/views/modules/config/news-add-or-update.vue |   27 +++++----------------------
 1 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/src/views/modules/config/news-add-or-update.vue b/src/views/modules/config/news-add-or-update.vue
index 6ca7301..2c0980a 100644
--- a/src/views/modules/config/news-add-or-update.vue
+++ b/src/views/modules/config/news-add-or-update.vue
@@ -1,4 +1,4 @@
-<template>
+<template>
   <el-dialog
     :title="!dataForm.id ? '新增新闻' : '修改'"
     :close-on-click-modal="false"
@@ -182,19 +182,7 @@
         @keyup.enter.native="open()"
         label-width="80px"
       >
-        <el-form-item
-          label="登录人资金密码"
-          :label-width="formLabelWidth"
-          prop="loginSafeword"
-        >
-          <el-input
-            v-model="dataForm2.loginSafeword"
-            type="password"
-            placeholder="登录人资金密码"
-            autocomplete="off"
-          ></el-input>
-        </el-form-item>
-      </el-form>
+</el-form>
       <div slot="footer" class="dialog-footer">
         <el-button @click="dialogFormVisible = false">取 消</el-button>
         <el-button type="primary" @click="dataFormSubmit()">确 定</el-button>
@@ -295,10 +283,7 @@
         ],
       },
       dataRule2: {
-        loginSafeword: [
-          { required: true, message: "资金密码不能为空", trigger: "blur" },
-        ],
-      },
+},
       dialogVisible: false,
       dialogImageUrl: "",
       tempKey: -666666, // 临时key, 用于解决tree半选中状态项不能传给后台接口问题. # 待优化
@@ -403,8 +388,7 @@
                 imgJumpUrl: this.dataForm.imgJumpUrl, //图片跳转链接
                 imgUrl: this.dataForm.imgUrl, //图片地址
                 index: this.optionsFour.value, //index
-                language: this.options.value, //语言
-                loginSafeword: encrypt(this.dataForm2.loginSafeword), //资金密码
+                language: this.options.value, //语言 //资金密码
                 popUp: this.optionsThree.value, //是否弹出
                 startTime: this.dataForm.startTime, //this.dataForm.startTime,  //开始时间 2023-03-22 00:00:00
                 title: this.dataForm.title, //标题
@@ -452,8 +436,7 @@
                 imgJumpUrl: this.dataForm.imgJumpUrl, //图片跳转链接
                 imgUrl: this.dataForm.imgUrl, //图片地址
                 index: this.optionsFour.value, //index
-                language: this.options.value, //语言
-                loginSafeword: encrypt(this.dataForm2.loginSafeword), //资金密码
+                language: this.options.value, //语言 //资金密码
                 popUp: this.optionsThree.value, //是否弹出
                 startTime: this.dataForm.startTime, //this.dataForm.startTime,  //开始时间 2023-03-22 00:00:00
                 title: this.dataForm.title, //标题

--
Gitblit v1.9.3