|
@@ -34,7 +34,7 @@ export default {
|
|
|
|
|
|
formTitle: '其他用户管理',
|
|
|
ruleForm: {
|
|
|
- passwd: '123456',
|
|
|
+ passwd: process.env.VUE_APP_USER_PASSWD,
|
|
|
characterid: '',
|
|
|
},
|
|
|
charList: {
|
|
@@ -82,6 +82,7 @@ export default {
|
|
|
} else {
|
|
|
res = await this.create(data);
|
|
|
if (res.errcode === 0) {
|
|
|
+ console.log(data);
|
|
|
this.$message({
|
|
|
message: '信息创建成功',
|
|
|
type: 'success',
|
|
@@ -89,7 +90,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
if (this.$checkRes(res)) this.resetForm();
|
|
|
-
|
|
|
console.log(res.data);
|
|
|
},
|
|
|
// 取消
|