fix(cloudtentacles): 第三轮 Bug 修复 + 体验改进 — Vue3 emit 多参数处理、SKU 刷新空缓存、新增账号改用 ElMessageBox.prompt
This commit is contained in:
@@ -1,9 +1,45 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"baseUrl": "https://123.207.217.176",
|
||||
"username": "17665234375",
|
||||
"password": "yaochao11",
|
||||
"phone": "17665234375",
|
||||
"deviceId": "-",
|
||||
"deviceType": 0
|
||||
"sources": [
|
||||
{
|
||||
"key": "default",
|
||||
"label": "默认账号",
|
||||
"baseUrl": "https://123.207.217.176",
|
||||
"username": "17665234375",
|
||||
"password": "yaochao11",
|
||||
"phone": "17665234375",
|
||||
"deviceId": "-",
|
||||
"deviceType": 0
|
||||
},
|
||||
{
|
||||
"key": "account2",
|
||||
"label": "备用账号 1",
|
||||
"baseUrl": "https://123.207.217.176",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"phone": "",
|
||||
"deviceId": "-",
|
||||
"deviceType": 0
|
||||
},
|
||||
{
|
||||
"key": "account3",
|
||||
"label": "备用账号 2",
|
||||
"baseUrl": "https://123.207.217.176",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"phone": "",
|
||||
"deviceId": "-",
|
||||
"deviceType": 0
|
||||
},
|
||||
{
|
||||
"key": "测试12",
|
||||
"label": "测试12",
|
||||
"baseUrl": "https://123.207.217.176",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"phone": "",
|
||||
"deviceId": "-",
|
||||
"deviceType": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user