Compare commits

...

4 Commits

Author SHA1 Message Date
5d1878c4f2 修改轮播图 2025-06-26 15:52:01 +08:00
fb3349cfe9 修改url 2025-06-26 15:50:38 +08:00
543b6f10fd 修改 2025-06-26 11:06:26 +08:00
cbef5afcb8 修改id 2025-06-26 11:01:18 +08:00
4 changed files with 5 additions and 14 deletions

View File

@ -1,7 +1,7 @@
// 应用全局配置
module.exports = {
baseUrl: 'http://110.40.171.179:8089/dev-api',
// baseUrl: 'http://localhost:8080',
baseUrl: 'http://110.40.171.179:8089',
// baseUrl: 'http://localhost:8089',
// 应用信息
appInfo: {
// 应用名称

View File

@ -1,6 +1,6 @@
{
"name" : "EMS移动端",
"appid" : "__UNI__25A9D80",
"appid" : "__UNI__5FBB073",
"description" : "",
"versionName" : "1.2.0",
"versionCode" : "100",

View File

@ -12,7 +12,7 @@
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "若依移动端框架",
"navigationBarTitleText": "移动端框架",
"navigationStyle": "custom"
}
}, {

View File

@ -1,15 +1,6 @@
<template>
<view class="work-container">
<!-- 轮播图 -->
<uni-swiper-dot class="uni-swiper-dot-box" :info="data" :current="current" field="content">
<swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
<swiper-item v-for="(item, index) in data" :key="index">
<view class="swiper-item" @click="clickBannerItem(item)">
<image :src="item.image" mode="aspectFill" :draggable="false" />
</view>
</swiper-item>
</swiper>
</uni-swiper-dot>
<!-- 宫格组件 -->
<uni-section title="系统管理" type="line"></uni-section>