mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 06:26:44 +08:00
代码重置
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build:dev": "vue-cli-service build --mode dev",
|
||||
"build:dev": "vue-cli-service build --mode devBuild",
|
||||
"build:prd": "vue-cli-service build --mode prd",
|
||||
"build:uat": "vue-cli-service build --mode uat",
|
||||
"build:dat": "vue-cli-service build --mode dat",
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Image } from 'vant'
|
||||
import { Image as VanImage } from 'vant'
|
||||
import CacheUtils from '@/assets/js/utils/cacheUtils'
|
||||
export default {
|
||||
name: 'ProgressBar',
|
||||
components: {
|
||||
[Image.name]: Image
|
||||
[VanImage.name]: VanImage
|
||||
},
|
||||
props: {
|
||||
active: {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image } from 'vant'
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
props: {
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[Image.name]: Image
|
||||
[VanImage.name]: VanImage
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user