|
5 dienas atpakaļ | |
---|---|---|
.hbuilderx | 9 mēneši atpakaļ | |
components | 5 dienas atpakaļ | |
http | 4 mēneši atpakaļ | |
js_sdk | 3 gadi atpakaļ | |
mixins | 1 gadu atpakaļ | |
pages | 5 dienas atpakaļ | |
static | 4 mēneši atpakaļ | |
tools | 3 mēneši atpakaļ | |
uni_modules | 5 mēneši atpakaļ | |
upload | 9 mēneši atpakaļ | |
.gitignore | 3 gadi atpakaļ | |
App.vue | 5 mēneši atpakaļ | |
main.js | 1 mēnesi atpakaļ | |
manifest.json | 1 mēnesi atpakaļ | |
package-lock.json | 3 mēneši atpakaļ | |
package.json | 3 mēneši atpakaļ | |
pages.json | 2 mēneši atpakaļ | |
readme.md | 3 mēneši atpakaļ | |
uni.scss | 3 gadi atpakaļ | |
vue.config.js | 3 gadi atpakaļ |
@font-face {
font-family: "newicon"; /* Project id 4304849 */
src: url('iconfont.woff2?t=1728893186075') format('woff2'),
url('iconfont.woff?t=1728893186075') format('woff'),
url('iconfont.ttf?t=1728893186075') format('truetype');
}
改成
@font-face {
font-family: "newicon"; /* Project id 4304849 */
src: url('~@/static/font/iconfont.woff2?t=1728893186075') format('woff2'),
url('~@/static/font/iconfont.woff?t=1728893186075') format('woff'),
url('~@/static/font/iconfont.ttf?t=1728893186075') format('truetype');
}