Commit 74615aba authored by lijin's avatar lijin

modified

parent 0ef90e6e
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
}, },
placeholder: { placeholder: {
type: String, type: String,
default: '请选择Google开发者账号' default: '请选择开发者账号'
}, },
disabled: { disabled: {
type: Boolean, type: Boolean,
......
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
}, },
addChannelRules: { addChannelRules: {
developerId: [ developerId: [
{ required: true, message: '请选择Google开发者账号', trigger: 'change' } { required: true, message: '请选择开发者账号', trigger: 'change' }
] ]
} }
}), }),
...@@ -257,7 +257,7 @@ export default { ...@@ -257,7 +257,7 @@ export default {
// 使用开发者账号ID获取并跳转到Google授权页面 // 使用开发者账号ID获取并跳转到Google授权页面
async authorize(developerId) { async authorize(developerId) {
if (!developerId) { if (!developerId) {
this.$message.error("请选择Google开发者账号"); this.$message.error("请选择开发者账号");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment