Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Mar 24, 2024
1 parent b5448c8 commit fb73c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env/.env.prod
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#APP_API_PREFIX=
APP_API_PREFIX=
APP_BASE_URL=mock-web
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jiazhiwei/dev-server-web",
"version": "0.1.8",
"version": "0.1.9",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/SvgIcon.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<svg aria-hidden="true" :class="`svg-icon ${''}`" :style="{width, height}">
<use :xlink:href="`/svgIcons.svg#${iconName}`" :fill="color" />
<use :xlink:href="`/mock-web/svgIcons.svg#${iconName}`" :fill="color" />
</svg>
</div>
</template>
Expand Down

0 comments on commit fb73c93

Please sign in to comment.