mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
添加急救
This commit is contained in:
@@ -137,10 +137,7 @@ export default {
|
||||
|
||||
await axios.get(`${this.url}?target=URI`).then(resp => {
|
||||
const {data} = resp;
|
||||
if (data instanceof String && data.indexOf("\n") !== -1)
|
||||
this.uris = data.split("\n");
|
||||
else
|
||||
this.uris = [data];
|
||||
this.uris = data.split("\n");
|
||||
});
|
||||
|
||||
// fix http offset
|
||||
|
||||
Reference in New Issue
Block a user