Compare commits

..

No commits in common. "133e28f94195b3aceabf1c540351a43aedc4b102" and "82c3fb357dad057882c6ca5a6a210bfb8151ea8a" have entirely different histories.

3 changed files with 427 additions and 636 deletions

View File

@ -13,7 +13,7 @@
"type" : "uniCloud"
},
{
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@
<view @tap="onPreviewImage(index)" v-for="(item, index) in standGuardList" :key="index">
<image
class="image-content"
:src="`http://192.168.0.14:19191/ynPlanApp${item.imgPath}`"
:src="`${config.loginBaseUrl}ynPlan${item.imgPath}`"
mode="scaleToFill"
lazy-load="true"
></image>