|
@@ -72,8 +72,7 @@ function getRoutesList (routes, pre) {
|
|
|
}, [])
|
|
|
}
|
|
|
function getRoutesXML() {
|
|
|
-
|
|
|
- const list = getRoutesList(myRouter.options.routes, 'https://www.sanyouoneclick.com')
|
|
|
+ const list = getRoutesList(myRouter.options.routes, 'https://bsab.sanyoubio.com')
|
|
|
.map(route => `<url><loc>${route}</loc></url>`)
|
|
|
.join('\r\n')
|
|
|
return `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|