From 8c7eec99506feb98b19100b7738af1fbd2ed0992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rhett=E9=9C=8D?= <741354752@qq.com> Date: Mon, 25 Aug 2025 09:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 29 +++++++++++++++-------------- pages/login.vue | 2 +- pages/mine/index.vue | 12 ++++++++---- pages/work/index.vue | 18 ++++++++++-------- 4 files changed, 34 insertions(+), 27 deletions(-) diff --git a/manifest.json b/manifest.json index a872d8f..c87595c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "若依移动端", - "appid" : "__UNI__73D07BD", + "appid" : "__UNI__1863D69", "description" : "", "versionName" : "1.2.0", "versionCode" : "100", @@ -61,19 +61,20 @@ "devServer" : { "port" : 30088, "https" : false - // "proxy": { - // "/prod-api": { - // "target": "http://192.168.0.3:18090/", - // "changeOrigin": true, - // "secure": false, - // "pathRewrite": { "^/prod-api": "/" }, - // "headers": { - // "Origin": "http://192.168.0.3:18090/", - // "Referer": "http://192.168.0.3:18090/" - // }, - // "cookieDomainRewrite": "localhost" - // } - // } + // "proxy" : { + // "/prod-api" : { + // "target" : "http://192.168.0.3:18090/", + // "changeOrigin" : true, + // "secure" : false, + // "pathRewrite" : { + // "^/prod-api" : "/" + // }, + // "headers" : { + // "Origin" : "http://192.168.0.3:18090/", + // "Referer" : "http://192.168.0.3:18090/" + // } + // } + // } }, "title" : "RuoYi-App", "router" : { diff --git a/pages/login.vue b/pages/login.vue index 7b1b6ac..dc27b5f 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -3,7 +3,7 @@ - 若依移动端登录 + 大冢APS Ultra管理平台 diff --git a/pages/mine/index.vue b/pages/mine/index.vue index be9435f..0f0db03 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -102,19 +102,23 @@ } function handleToAvatar() { - proxy.$tab.navigateTo('/pages/mine/avatar/index') + proxy.$modal.showToast('模块建设中~') + // proxy.$tab.navigateTo('/pages/mine/avatar/index') } function handleHelp() { - proxy.$tab.navigateTo('/pages/mine/help/index') + proxy.$modal.showToast('模块建设中~') + // proxy.$tab.navigateTo('/pages/mine/help/index') } function handleAbout() { - proxy.$tab.navigateTo('/pages/mine/about/index') + proxy.$modal.showToast('模块建设中~') + // proxy.$tab.navigateTo('/pages/mine/about/index') } function handleJiaoLiuQun() { - proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635') + proxy.$modal.showToast('模块建设中~') + // proxy.$modal.showToast('QQ群:①133713780(满)、②146013835(满)、③189091635') } function handleBuilding() { diff --git a/pages/work/index.vue b/pages/work/index.vue index 5480bdc..929edbf 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -34,37 +34,37 @@ - + 角色管理 - + 菜单管理 - + 部门管理 - + 岗位管理 - + 字典管理 - + 参数设置 @@ -92,7 +92,7 @@ const { proxy } = getCurrentInstance() const current = ref(0) const swiperDotIndex = ref(0) - const data = ref([{ image: '/static/images/banner/banner01.jpg' }, { image: '/static/images/banner/banner02.jpg' }, { image: '/static/images/banner/banner03.jpg' }]) + const data = ref([{ image: '/static/images/banner/banner02.jpg' }, { image: '/static/images/banner/banner03.jpg' }]) function clickBannerItem(item) { console.info(item) @@ -105,7 +105,9 @@ function changeGrid(e) { // proxy.$modal.showToast('模块建设中~') } - + function jiansheing(e) { + proxy.$modal.showToast('模块建设中~') + } const gotoBusiness = () =>{ uni.navigateTo({