Merge pull request #2346 from loadchange/develop_1.2.0

fix: icon font url
This commit is contained in:
Peter Zhu 2020-02-06 16:23:43 +08:00 committed by GitHub
commit 983204c0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ cssLoader.use.push({
loader: '@alifd/next-theme-loader',
options: {
modifyVars: {
'$icon-font-path':'"/console-fe/public/icons/icon-font"',
'$font-custom-path': '"/console-fe/public/fonts/"'
'$icon-font-path': '"/nacos/console-fe/public/icons/icon-font"',
'$font-custom-path': '"/nacos/console-fe/public/fonts/"'
}
}
})

File diff suppressed because one or more lines are too long