no message
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
| 44 | </el-row> | 44 | </el-row> |
| 45 | </el-col> | 45 | </el-col> |
| 46 | </el-row> | 46 | </el-row> |
| 47 | <el-alert v-if="n.reason" :title="language=0?'驳回理由:':'Reason:'+n.reason" type="error" show-icon :closable="false"/> | 47 | <el-alert v-if="n.reason" :title="language==0?'驳回理由:':'Reason:'+n.reason" type="error" show-icon :closable="false"/> |
| 48 | </div> | 48 | </div> |
| 49 | 49 | ||
| 50 | <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="billList?.length == 0"/> | 50 | <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="billList?.length == 0"/> | ... | ... |
| ... | @@ -82,8 +82,8 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -82,8 +82,8 @@ export default defineConfig(({ mode, command }) => { |
| 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 83 | }, | 83 | }, |
| 84 | '/dev-api': { | 84 | '/dev-api': { |
| 85 | // target: 'http://192.168.1.118:8081/', | 85 | target: 'http://192.168.1.118:8081/', |
| 86 | target: 'https://dance.itechtop.cn/stage-api', | 86 | // target: 'https://dance.itechtop.cn/stage-api', |
| 87 | changeOrigin: true, | 87 | changeOrigin: true, |
| 88 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 88 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 89 | } | 89 | } | ... | ... |
-
Please register or sign in to post a comment