static图片网络化

This commit is contained in:
anhaogxs
2021-04-10 15:42:46 +08:00
parent 7c07a24236
commit 40310ac2f0
179 changed files with 131 additions and 130 deletions

View File

@ -1,6 +1,6 @@
<template>
<view class="not-defined">
<image src="@/static/images/404.png" />
<image :src="`${$VUE_APP_RESOURCES_URL}/images/404.png`" />
<view class="content">
<h3 class="title">页面未找到</h3>
<text>抱歉您访问的页面不存在请返回上一级或点击下方按钮返回首页...</text>