@@ -104,7 +104,7 @@ export default {
// 保存用户AppId
this.$store.commit('user/SET_AUTH_USER_ID', authUserId)
- // 设置页面主题12
+ // 设置页面主题
// if (authUserId === parseInt(12)) {
// this.$store.commit('app/SET_PAGE_THEME', 'ross')
// }
@@ -58,7 +58,7 @@ import { drawLogo } from '@/utils'
import { mapNavigate } from '@/utils/map-utils'
import { mapGetters } from 'vuex'
export default {
- layout: 'app-ross',
+ layout: 'app',
filters: {
formatEmpty(val) {
return val || '未知'
@@ -79,7 +79,7 @@ import { mapGetters } from 'vuex'
import { loactionSelf } from '@/utils/map-utils'
import { drawLogo, debounce } from '@/utils'
data() {
return {
isLoadingMore: true,
@@ -56,7 +56,7 @@
import { debounce } from '@/utils'
@@ -66,7 +66,7 @@
formatSnCode(code) {
if (!code) return ''
@@ -24,7 +24,7 @@
<script>
list: [],
@@ -49,7 +49,7 @@
doctorId: '',
@@ -62,7 +62,7 @@
@@ -27,7 +27,7 @@
content: '',
@@ -87,7 +87,7 @@ import FormClubInfo from './components/form-club-info.vue'
import FormClubDevice from './components/form-club-device.vue'
components: {
SimpleStep,
FormClubRegister,
@@ -36,7 +36,7 @@
authId: '',
@@ -10,7 +10,7 @@ import NormalHomePage from '@/views/NormalHomePage.vue'
import RossHomePage from '@/views/RossHomePage.vue'
NormalHomePage,
RossHomePage,
@@ -139,7 +139,7 @@
import SimpleEmpty from '@/components/SimpleEmpty'
SimpleEmpty,
},
@@ -25,7 +25,7 @@ import SimpleRadio from '@/components/SimpleRadio'
import FormClubInfo from '../../form/components/form-club-info.vue'
SimpleUploadImage,
SimpleRadio,
@@ -91,7 +91,7 @@
productId: '',
import FormClubDevice from '../../form/components/form-club-device.vue'
FormClubDevice,
@@ -51,7 +51,7 @@
@@ -14,7 +14,7 @@
computed: {
...mapGetters(['supplierInfo', 'authUserId', 'routePrefix', 'accessToken']),