...
|
...
|
@@ -140,7 +140,7 @@ export default { |
|
|
let temp = util.clone(m);
|
|
|
|
|
|
for (const i of Object.keys(temp)) {
|
|
|
if (['go.pool', 'go.detail', 'go.list', 'go.calendar', 'go.hotlist'].includes(temp[i].url.action)) {
|
|
|
if (['go.pool', 'go.detail', 'go.list', 'go.calendar', 'go.hotlist', 'go.identifyList'].includes(temp[i].url.action)) {
|
|
|
temp[i].url.action = 'go.ufo';
|
|
|
}
|
|
|
|
...
|
...
|
|