diff --git a/.gitignore b/.gitignore index a19f004..b5c41fd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,8 @@ docs/_book # TODO: where does this rule come from? test/ +/node_modules/ +/.idea/.gitignore +/.idea/intc-single-ultra-app.iml +/.idea/modules.xml +/.idea/vcs.xml diff --git a/src/components/suspend/suspend.vue b/src/components/suspend/suspend.vue index 3ebcd92..e8cca0d 100644 --- a/src/components/suspend/suspend.vue +++ b/src/components/suspend/suspend.vue @@ -30,7 +30,7 @@ methods: { // 意见反馈 newProblem() { - uni.switchTab({url: `/pages/health/index`}) + uni.switchTab({url: `/pages/home/index`}) } } }; diff --git a/src/components/systemBtn/systemBtn.vue b/src/components/systemBtn/systemBtn.vue index c90a342..e8cca0d 100644 --- a/src/components/systemBtn/systemBtn.vue +++ b/src/components/systemBtn/systemBtn.vue @@ -30,9 +30,7 @@ methods: { // 意见反馈 newProblem() { - uni.navigateTo({ - url: `/pages_mine/pages/system/index` - }) + uni.switchTab({url: `/pages/home/index`}) } } }; diff --git a/src/pages.json b/src/pages.json index 0eeeb30..64bed61 100644 --- a/src/pages.json +++ b/src/pages.json @@ -39,224 +39,26 @@ } }, { - "path": "pages/health/homepage/index", + "path": "pages/home/homepage/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { - "path": "pages/health/index", + "path": "pages/home/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, - { - "path": "pages/health/statistic/index", - "style": { - "navigationBarTitleText": "" - } - }, { "path": "pages/mine", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } - }, - { - "path": "pages/health/doctorRecord/list", - "style": { - "navigationBarTitleText": "就医记录" - } } - , - { - "path": "pages/health/doctorRecord/addEdit", - "style": { - "navigationBarTitleText": "就医记录" - } - }, - { - "path": "pages/health/healthRecord/list", - "style": { - "navigationBarTitleText": "健康档案" - } - } , - { - "path": "pages/health/healthRecord/addEdit", - "style": { - "navigationBarTitleText": "健康档案" - } - }, - { - "path": "pages/health/marRecord/list", - "style": { - "navigationBarTitleText": "用药记录" - } - } - , - { - "path": "pages/health/marRecord/addEdit", - "style": { - "navigationBarTitleText": "用药记录" - } - }, - { - "path": "pages/health/medicineBasic/list", - "style": { - "navigationBarTitleText": "药品基础信息" - } - } - , - { - "path": "pages/health/medicineBasic/details", - "style": { - "navigationBarTitleText": "药品基础信息详情" - } - } - , - { - "path": "pages/health/medicineBasic/addEdit", - "style": { - "navigationBarTitleText": "药品基础信息" - } - }, - { - "path": "pages/health/medicineStockIn/list", - "style": { - "navigationBarTitleText": "药品入库清单" - } - } - , - { - "path": "pages/health/medicineStockIn/details", - "style": { - "navigationBarTitleText": "药品入库清单详情" - } - } - , - { - "path": "pages/health/medicineStockIn/addEdit", - "style": { - "navigationBarTitleText": "药品入库清单" - } - }, { - "path": "pages/health/medicineStock/list", - "style": { - "navigationBarTitleText": "药品实时库存" - } - } - , - { - "path": "pages/health/temperatureRecord/list", - "style": { - "navigationBarTitleText": "体温记录" - } - } - , - { - "path": "pages/health/temperatureRecord/addEdit", - "style": { - "navigationBarTitleText": "体温记录" - } - } , - { - "path": "pages/health/processRecord/list", - "style": { - "navigationBarTitleText": "档案过程记录" - } - } - , - { - "path": "pages/health/processRecord/addEdit", - "style": { - "navigationBarTitleText": "过程记录" - } - }, - { - "path": "pages/health/heightWeightRecord/list", - "style": { - "navigationBarTitleText": "身高体重记录" - } - } - , - { - "path": "pages/health/milkPowderRecord/addEdit", - "style": { - "navigationBarTitleText": "吃奶记录" - } - }, - { - "path": "pages/health/milkPowderRecord/list", - "style": { - "navigationBarTitleText": "吃奶记录" - } - } - , - { - "path": "pages/health/heightWeightRecord/addEdit", - "style": { - "navigationBarTitleText": "身高体重记录" - } - }, - { - "path": "pages/health/person/list", - "style": { - "navigationBarTitleText": "成员管理" - } - } - , - { - "path": "pages/health/person/addEdit", - "style": { - "navigationBarTitleText": "成员管理" - } - }, - { - "path": "pages/health/activity/list", - "style": { - "navigationBarTitleText": "活动记录" - } - } - , - { - "path": "pages/health/activity/addEdit", - "style": { - "navigationBarTitleText": "活动记录" - } - } , - { - "path": "pages/health/statistic/doctorStatistic/index", - "style": { - "navigationBarTitleText": "就医统计" - } - } , - { - "path": "pages/health/statistic/healthStatistic/index", - "style": { - "navigationBarTitleText": "档案统计" - } - } , - { - "path": "pages/health/statistic/marStatistic/index", - "style": { - "navigationBarTitleText": "用药统计" - } - } , - { - "path": "pages/health/statistic/temperatureStatistic/index", - "style": { - "navigationBarTitleText": "体温统计" - } - } , - { - "path": "pages/health/statistic/milkPowderStatistic/index", - "style": { - "navigationBarTitleText": "吃奶量统计" - } - } ], "subPackages": [ { @@ -485,23 +287,17 @@ "backgroundColor": "#ffffff", "list": [ { - "pagePath": "pages/health/homepage/index", + "pagePath": "pages/home/homepage/index", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home_.png", "text": "首页" }, { - "pagePath": "pages/health/index", + "pagePath": "pages/home/index", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "工作台" }, - // { - // "pagePath": "pages/health/statistic/index", - // "iconPath": "static/images/tabbar/statistic.png", - // "selectedIconPath": "static/images/tabbar/statistic_.png", - // "text": "统计分析" - // }, { "pagePath": "pages/mine", "iconPath": "static/images/tabbar/mine.png", diff --git a/src/pages/common/agreement/index.vue b/src/pages/common/agreement/index.vue new file mode 100644 index 0000000..745ce11 --- /dev/null +++ b/src/pages/common/agreement/index.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/src/pages/common/privacy/index.vue b/src/pages/common/privacy/index.vue new file mode 100644 index 0000000..3626013 --- /dev/null +++ b/src/pages/common/privacy/index.vue @@ -0,0 +1,125 @@ + + + + + diff --git a/src/pages/health/activity/addEdit.vue b/src/pages/health/activity/addEdit.vue deleted file mode 100644 index b0df681..0000000 --- a/src/pages/health/activity/addEdit.vue +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/activity/list.vue b/src/pages/health/activity/list.vue deleted file mode 100644 index 078f86b..0000000 --- a/src/pages/health/activity/list.vue +++ /dev/null @@ -1,534 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/doctorRecord/addEdit.vue b/src/pages/health/doctorRecord/addEdit.vue deleted file mode 100644 index 1b6a8aa..0000000 --- a/src/pages/health/doctorRecord/addEdit.vue +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/doctorRecord/list.vue b/src/pages/health/doctorRecord/list.vue deleted file mode 100644 index 9a7cc67..0000000 --- a/src/pages/health/doctorRecord/list.vue +++ /dev/null @@ -1,779 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/healthRecord/addEdit.vue b/src/pages/health/healthRecord/addEdit.vue deleted file mode 100644 index a69d71d..0000000 --- a/src/pages/health/healthRecord/addEdit.vue +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/healthRecord/list.vue b/src/pages/health/healthRecord/list.vue deleted file mode 100644 index ba3c738..0000000 --- a/src/pages/health/healthRecord/list.vue +++ /dev/null @@ -1,759 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/heightWeightRecord/addEdit.vue b/src/pages/health/heightWeightRecord/addEdit.vue deleted file mode 100644 index 72aee1d..0000000 --- a/src/pages/health/heightWeightRecord/addEdit.vue +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/heightWeightRecord/list.vue b/src/pages/health/heightWeightRecord/list.vue deleted file mode 100644 index 7cd3fc9..0000000 --- a/src/pages/health/heightWeightRecord/list.vue +++ /dev/null @@ -1,643 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/marRecord/addEdit.vue b/src/pages/health/marRecord/addEdit.vue deleted file mode 100644 index 737311c..0000000 --- a/src/pages/health/marRecord/addEdit.vue +++ /dev/null @@ -1,533 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/marRecord/list.vue b/src/pages/health/marRecord/list.vue deleted file mode 100644 index 5330d90..0000000 --- a/src/pages/health/marRecord/list.vue +++ /dev/null @@ -1,837 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineBasic/addEdit.vue b/src/pages/health/medicineBasic/addEdit.vue deleted file mode 100644 index e3fe404..0000000 --- a/src/pages/health/medicineBasic/addEdit.vue +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineBasic/details.vue b/src/pages/health/medicineBasic/details.vue deleted file mode 100644 index 55b32d4..0000000 --- a/src/pages/health/medicineBasic/details.vue +++ /dev/null @@ -1,412 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineBasic/list.vue b/src/pages/health/medicineBasic/list.vue deleted file mode 100644 index 2104165..0000000 --- a/src/pages/health/medicineBasic/list.vue +++ /dev/null @@ -1,700 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineStock/list.vue b/src/pages/health/medicineStock/list.vue deleted file mode 100644 index eed1c07..0000000 --- a/src/pages/health/medicineStock/list.vue +++ /dev/null @@ -1,319 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineStockIn/addEdit.vue b/src/pages/health/medicineStockIn/addEdit.vue deleted file mode 100644 index 10212f9..0000000 --- a/src/pages/health/medicineStockIn/addEdit.vue +++ /dev/null @@ -1,565 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineStockIn/details.vue b/src/pages/health/medicineStockIn/details.vue deleted file mode 100644 index 4c7156b..0000000 --- a/src/pages/health/medicineStockIn/details.vue +++ /dev/null @@ -1,298 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/medicineStockIn/list.vue b/src/pages/health/medicineStockIn/list.vue deleted file mode 100644 index a38ce1e..0000000 --- a/src/pages/health/medicineStockIn/list.vue +++ /dev/null @@ -1,713 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/milkPowderRecord/addEdit.vue b/src/pages/health/milkPowderRecord/addEdit.vue deleted file mode 100644 index a2d1634..0000000 --- a/src/pages/health/milkPowderRecord/addEdit.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/milkPowderRecord/list.vue b/src/pages/health/milkPowderRecord/list.vue deleted file mode 100644 index 1b9ed4c..0000000 --- a/src/pages/health/milkPowderRecord/list.vue +++ /dev/null @@ -1,620 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/person/addEdit.vue b/src/pages/health/person/addEdit.vue deleted file mode 100644 index 60b7d54..0000000 --- a/src/pages/health/person/addEdit.vue +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/person/list.vue b/src/pages/health/person/list.vue deleted file mode 100644 index 3090d46..0000000 --- a/src/pages/health/person/list.vue +++ /dev/null @@ -1,409 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/processRecord/addEdit.vue b/src/pages/health/processRecord/addEdit.vue deleted file mode 100644 index 60ad5c6..0000000 --- a/src/pages/health/processRecord/addEdit.vue +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/processRecord/list.vue b/src/pages/health/processRecord/list.vue deleted file mode 100644 index 3b027b9..0000000 --- a/src/pages/health/processRecord/list.vue +++ /dev/null @@ -1,720 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/statistic/doctorStatistic/index.vue b/src/pages/health/statistic/doctorStatistic/index.vue deleted file mode 100644 index b018eec..0000000 --- a/src/pages/health/statistic/doctorStatistic/index.vue +++ /dev/null @@ -1,1417 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/statistic/healthStatistic/index.vue b/src/pages/health/statistic/healthStatistic/index.vue deleted file mode 100644 index 129ccb0..0000000 --- a/src/pages/health/statistic/healthStatistic/index.vue +++ /dev/null @@ -1,1269 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/statistic/index.vue b/src/pages/health/statistic/index.vue deleted file mode 100644 index 47fa66b..0000000 --- a/src/pages/health/statistic/index.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - diff --git a/src/pages/health/statistic/marStatistic/index.vue b/src/pages/health/statistic/marStatistic/index.vue deleted file mode 100644 index 82ad36b..0000000 --- a/src/pages/health/statistic/marStatistic/index.vue +++ /dev/null @@ -1,1219 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/statistic/milkPowderStatistic/index.vue b/src/pages/health/statistic/milkPowderStatistic/index.vue deleted file mode 100644 index c7a730a..0000000 --- a/src/pages/health/statistic/milkPowderStatistic/index.vue +++ /dev/null @@ -1,1000 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/statistic/temperatureStatistic/index.vue b/src/pages/health/statistic/temperatureStatistic/index.vue deleted file mode 100644 index 407915a..0000000 --- a/src/pages/health/statistic/temperatureStatistic/index.vue +++ /dev/null @@ -1,1082 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/temperatureRecord/addEdit.vue b/src/pages/health/temperatureRecord/addEdit.vue deleted file mode 100644 index bdafd51..0000000 --- a/src/pages/health/temperatureRecord/addEdit.vue +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/pages/health/temperatureRecord/list.vue b/src/pages/health/temperatureRecord/list.vue deleted file mode 100644 index ef6fbc2..0000000 --- a/src/pages/health/temperatureRecord/list.vue +++ /dev/null @@ -1,738 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/pages/health/homepage/index.vue b/src/pages/home/homepage/index.vue similarity index 100% rename from src/pages/health/homepage/index.vue rename to src/pages/home/homepage/index.vue diff --git a/src/pages/health/index.vue b/src/pages/home/index.vue similarity index 80% rename from src/pages/health/index.vue rename to src/pages/home/index.vue index ede2f5f..4c26cb5 100644 --- a/src/pages/health/index.vue +++ b/src/pages/home/index.vue @@ -12,7 +12,7 @@ @click="navigateTo(item.path)" class="grid-item"> - + {{ item.text }} @@ -25,15 +25,15 @@ import { ref } from "vue"; const systemGridList = ref([ - { path: '/pages_mine/pages/system/user/list', text: '用户管理', icon: 'person', color: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)' }, - { path: '/pages_mine/pages/system/role/list', text: '角色管理', icon: 'staff', color: 'linear-gradient(135deg, #fa709a 0%, #fee140 100%)' }, + { path: '/pages_mine/pages/system/user/list', text: '用户管理', icon: 'account', color: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)' }, + { path: '/pages_mine/pages/system/role/list', text: '角色管理', icon: 'level', color: 'linear-gradient(135deg, #fa709a 0%, #fee140 100%)' }, { path: '/pages_mine/pages/system/menu/list', text: '菜单管理', icon: 'list', color: 'linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)' }, - { path: '/pages_mine/pages/system/dept/list', text: '部门管理', icon: 'chat', color: 'linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)' }, - { path: '/pages_mine/pages/system/post/list', text: '岗位管理', icon: 'contact', color: 'linear-gradient(135deg, #fd79a8 0%, #e84393 100%)' }, - { path: '/pages_mine/pages/system/dict/list', text: '字典管理', icon: 'bars', color: 'linear-gradient(135deg, #f6d365 0%, #fda085 100%)' }, - { path: '/pages_mine/pages/system/config/list', text: '参数配置', icon: 'gear', color: 'linear-gradient(135deg, #5f72bd 0%, #9b23ea 100%)' }, - { path: '/pages_mine/pages/system/notice/list', text: '通知公告', icon: 'notification', color: 'linear-gradient(135deg, #0be881 0%, #0fbcf9 100%)' }, - { path: '/pages_mine/pages/system/operlog/list', text: '操作日志', icon: 'compose', color: 'linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%)' }, + { path: '/pages_mine/pages/system/dept/list', text: '部门管理', icon: 'home', color: 'linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)' }, + { path: '/pages_mine/pages/system/post/list', text: '岗位管理', icon: 'order', color: 'linear-gradient(135deg, #fd79a8 0%, #e84393 100%)' }, + { path: '/pages_mine/pages/system/dict/list', text: '字典管理', icon: 'file-text', color: 'linear-gradient(135deg, #f6d365 0%, #fda085 100%)' }, + { path: '/pages_mine/pages/system/config/list', text: '参数配置', icon: 'setting', color: 'linear-gradient(135deg, #5f72bd 0%, #9b23ea 100%)' }, + { path: '/pages_mine/pages/system/notice/list', text: '通知公告', icon: 'bell', color: 'linear-gradient(135deg, #0be881 0%, #0fbcf9 100%)' }, + { path: '/pages_mine/pages/system/operlog/list', text: '操作日志', icon: 'edit-pen', color: 'linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%)' }, { path: '/pages_mine/pages/system/logininfor/list', text: '登录日志', icon: 'eye', color: 'linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%)' } ]) @@ -55,7 +55,7 @@ function navigateTo(path) { /* #endif */ .content { - padding: 12rpx 0; + padding: 120rpx 0 12rpx 0; } .section-header { diff --git a/src/pages/login.vue b/src/pages/login.vue index c5262cb..67d3723 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -1,57 +1,68 @@ @@ -71,14 +82,13 @@ const codeUrl = ref(""); const captchaEnabled = ref(true); // 是否开启验证码 const useWxLogin = ref(false); // 是否使用微信登录 const globalConfig = ref(config); -const rememberMe = ref(false); +const agree = ref(false); // 同意协议 const loginForm = ref({ tenantId: "000000", username: "", password: "", code: "", - uuid: '', - rememberMe: false + uuid: '' }); if (useWxLogin.value) { @@ -94,17 +104,6 @@ if (useWxLogin.value) { } // 页面加载时检查是否记住了密码 onMounted(() => { - const tenantId = localStorage.getItem('tenantId'); - const username = localStorage.getItem('username'); - const password = localStorage.getItem('password'); - if (tenantId) { - loginForm.value.tenantId = tenantId; - } - if (username && password) { - loginForm.value.username = username; - loginForm.value.password = decrypt(password); - rememberMe.value = true; - } }); // 获取图形验证码 @@ -128,6 +127,8 @@ async function handleLogin() { modal.msgError("请输入您的账号") } else if (loginForm.value.password === "") { modal.msgError("请输入您的密码") + } else if (!agree.value) { + modal.msgError("请先阅读并同意用户协议和隐私协议") } else { modal.loading("登录中,请等待...") pwdLogin() @@ -151,34 +152,26 @@ async function pwdLogin() { }) }; function loginSuccess(result) { - // 保存记住密码信息 - if (rememberMe.value) { - localStorage.setItem('tenantId', loginForm.value.tenantId); - localStorage.setItem('username', loginForm.value.username); - localStorage.setItem('password', encrypt(loginForm.value.password)); - } else { - rememberMe.value=false - localStorage.removeItem('tenantId'); - localStorage.removeItem('username'); - localStorage.removeItem('password'); - } - - // 等待一下确保token保存成功 - setTimeout(() => { - // 设置用户信息 - userStore.getInfo().then(res => { - uni.switchTab({ - url: '/pages/health/homepage/index' - }); - }).catch(err => { - modal.msgError('获取用户信息失败,请重新登录'); + // 设置用户信息 + userStore.getInfo().then(res => { + uni.switchTab({ + url: '/pages/home/homepage/index' }); - }, 100); + }).catch(err => { + modal.msgError('获取用户信息失败,请重新登录'); + }); } -function rememberMeChange(){ - rememberMe.value = !rememberMe.value; +function agreeChange(){ + agree.value = !agree.value; +} +// 隐私协议 +function handlePrivacy() { + let site = globalConfig.value.appInfo.agreements[0] + uni.navigateTo({ + url: `/pages/common/webview/index?title=${site.title}&url=${site.url}` + }); } // 官方网址 function handleWebsite() { @@ -199,175 +192,184 @@ getCode(); diff --git a/src/pages/mine.vue b/src/pages/mine.vue index 804ca82..96e4382 100644 --- a/src/pages/mine.vue +++ b/src/pages/mine.vue @@ -230,7 +230,7 @@ page { background-color: #f5f7fa; .header-section { - padding: 40rpx 32rpx 80rpx; + padding: 160rpx 32rpx 80rpx; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); position: relative; overflow: hidden; diff --git a/src/pages/statistic/bill/creditBillAnalysis/index.vue b/src/pages/statistic/bill/creditBillAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/creditRecordAnalysis/index.vue b/src/pages/statistic/bill/creditRecordAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/futuresAnalysis/index.vue b/src/pages/statistic/bill/futuresAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/investAnalysis/index.vue b/src/pages/statistic/bill/investAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/onlineLendAnalysis/index.vue b/src/pages/statistic/bill/onlineLendAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue b/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/statistic/bill/stocksAnalysis/index.vue b/src/pages/statistic/bill/stocksAnalysis/index.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages_mine/pages/system/config/addEdit.vue b/src/pages_mine/pages/system/config/addEdit.vue index 62afb08..8fae7ec 100644 --- a/src/pages_mine/pages/system/config/addEdit.vue +++ b/src/pages_mine/pages/system/config/addEdit.vue @@ -1,11 +1,5 @@