diff --git a/ruoyi-ui/src/assets/logo/113.png b/ruoyi-ui/src/assets/logo/113.png new file mode 100644 index 0000000..dabbe6f Binary files /dev/null and b/ruoyi-ui/src/assets/logo/113.png differ diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 04f39e1..e400760 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -204,6 +204,19 @@ export const constantRoutes = [ } ] }, + { + path: '/redBookMobile/productSelectMobile', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/mobile/redBookMobile/productSelectMobile'), + name: 'redBookMobile', + meta: { title: '报价单', activeMenu: '/mobile/redBookMobile/productSelectMobile' } + } + ] + }, { path: '/mobile/index', component: Layout, diff --git a/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue b/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue index 459041a..ca7d0b1 100644 --- a/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue +++ b/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue @@ -625,10 +625,7 @@ export default { /** 保存按钮 */ async saveForm() { const valid = await this.validateForm(); - console.log(11111111) - if (valid) { - console.log(11111111) this.form.bankList = this.bankList; if (this.form.cusId != null) { updateCustomer(this.form).then(response => { diff --git a/ruoyi-ui/src/views/mobile/index.vue b/ruoyi-ui/src/views/mobile/index.vue index 2e2c08d..03aaf44 100644 --- a/ruoyi-ui/src/views/mobile/index.vue +++ b/ruoyi-ui/src/views/mobile/index.vue @@ -12,14 +12,14 @@