Browse Source

邮箱修改

sangwenwei 1 year atrás
parent
commit
6b87050b33
2 changed files with 1037 additions and 951 deletions
  1. 7 0
      src/api/sys/userService.js
  2. 1030 951
      src/views/cw/invoice/InvoiceFormTask.vue

+ 7 - 0
src/api/sys/userService.js

@@ -162,5 +162,12 @@ export default {
 			method: "post",
 		});
 	},
+	updateEmail(params){
+		return request({
+			url: prefix + `/sys/user/updateEmail`,
+			method: "post",
+			params:params
+		});
+	}
 
 };

File diff suppressed because it is too large
+ 1030 - 951
src/views/cw/invoice/InvoiceFormTask.vue