...
|
...
|
@@ -40,5 +40,7 @@ router.get('/activity/manifest.json', pwa.manifest); |
|
|
// 小程序使用的域名验证文件
|
|
|
router.get('/hfxRaNY27L.txt', miniapp.verify);
|
|
|
router.get('/activity/hfxRaNY27L.txt', miniapp.verify);
|
|
|
router.get('/shop/hfxRaNY27L.txt', miniapp.verify);
|
|
|
router.get('/product/hfxRaNY27L.txt', miniapp.verify);
|
|
|
|
|
|
module.exports = router; |
...
|
...
|
|