Commit 73fda6e3 by crushh

update: dist

parent 8126d620
......@@ -131,7 +131,7 @@ export default {
return row.readyStatus == 1 && this.realTimeType.includes(row.isRealTime);
},
addGroup() {
let str = window.location.host.includes('localhost') ? 'http://gicdev.demogic.com' : window.location.host;
let str = window.location.host.includes('localhost') ? 'http://gicdev.demogic.com' : '';
window.open(`${str}/member-tag/#/memberGroupEdit?refresh`, '_blank');
},
selectRow(row) {
......
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