Commit 74615aba authored by lijin's avatar lijin

modified

parent 0ef90e6e
......@@ -32,7 +32,7 @@ export default {
},
placeholder: {
type: String,
default: '请选择Google开发者账号'
default: '请选择开发者账号'
},
disabled: {
type: Boolean,
......
......@@ -158,7 +158,7 @@ export default {
},
addChannelRules: {
developerId: [
{ required: true, message: '请选择Google开发者账号', trigger: 'change' }
{ required: true, message: '请选择开发者账号', trigger: 'change' }
]
}
}),
......@@ -257,7 +257,7 @@ export default {
// 使用开发者账号ID获取并跳转到Google授权页面
async authorize(developerId) {
if (!developerId) {
this.$message.error("请选择Google开发者账号");
this.$message.error("请选择开发者账号");
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