Skip to content

Commit

Permalink
fix: update the css file path
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Apr 21, 2021
1 parent 0fc3d59 commit e5fd41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dom-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function appendCSSToPageByEnv(tagId, cssToAdd) {
if (window.URLScriptServer.includes('localhost')) {
appendCSSToPage(tagId, `http://localhost:8080/${cssToAdd}`)
} else {
appendCSSToPage(tagId, `${window.URLScriptServer}js/${cssToAdd}`)
appendCSSToPage(tagId, `${window.URLScriptServer}${cssToAdd}`)
}
}

Expand Down

0 comments on commit e5fd41b

Please sign in to comment.