Explorar o código

增加配置文件设置成功提示

pixel %!s(int64=5) %!d(string=hai) anos
pai
achega
e921a78de0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      QMPlusVuePage/src/view/superAdmin/system/system.vue

+ 4 - 0
QMPlusVuePage/src/view/superAdmin/system/system.vue

@@ -87,6 +87,10 @@ export default {
     async update() {
       const res = await setSystemConfig({ config: this.config })
       if (res.success) {
+        this.$message({
+          type:"success",
+          message:"配置文件设置成功"
+        })
           await this.initForm()
       }
     }