Added the missing path of the webpath prefix and the prefix basepath + of static resources to remove the bug of adding more basepath. (#18658)

Co-authored-by: qingguo <qingguo@lexin.com>
This commit is contained in:
GQ1994 2025-04-24 17:14:26 +08:00 committed by GitHub
commit 9982445dad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 8 deletions

View file

@ -2,4 +2,5 @@
// same as the one exported from var.ts
module.exports = {
basePath: '',
assetPrefix: '',
}