|
@@ -125,15 +125,6 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- getNewEmail(client) {
|
|
|
|
- var chars = 'abcdefghijklmnopqrstuvwxyz1234567890';
|
|
|
|
- var string = '';
|
|
|
|
- var len = 6 + Math.floor(Math.random() * 5);
|
|
|
|
- for (var ii = 0; ii < len; ii++) {
|
|
|
|
- string += chars[Math.floor(Math.random() * chars.length)];
|
|
|
|
- }
|
|
|
|
- client.email = string;
|
|
|
|
- },
|
|
|
|
async getDBClientIps(email, event) {
|
|
async getDBClientIps(email, event) {
|
|
const msg = await HttpUtil.post('/panel/inbound/clientIps/' + email);
|
|
const msg = await HttpUtil.post('/panel/inbound/clientIps/' + email);
|
|
if (!msg.success) {
|
|
if (!msg.success) {
|