Browse Source

页面级组件移动

喻文俊 3 years ago
parent
commit
7a597f7087

+ 0 - 0
src/views/components/authCardTemplate.vue → src/views/components/AuthCardTemplate/index.vue


+ 0 - 0
src/views/components/deviceSection.vue → src/views/components/DeviceSection/index.vue


+ 1 - 1
src/views/normal/club/device/edit.vue

@@ -74,7 +74,7 @@ import { saveProduct, getProductById } from '@/api/product'
 import { fetchBrandList } from '@/api/brand'
 import { mapGetters } from 'vuex'
 import { isSnCode } from '@/utils/validate'
-import AuthCardTemplate from '@/views/components/authCardTemplate.vue'
+import AuthCardTemplate from '@/views/components/AuthCardTemplate/index.vue'
 import { getStorage } from '@/utils/storage'
 export default {
   components: { UploadImage, AuthCardTemplate },

+ 1 - 1
src/views/normal/doctor/edit.vue

@@ -48,7 +48,7 @@
 <script>
 import { Promise } from 'jszip/lib/external'
 import { mapGetters } from 'vuex'
-import DeviceSection from '@/views/components/deviceSection.vue'
+import DeviceSection from '@/views/components/DeviceSection/index.vue'
 import UploadImage from '@/components/UploadImage'
 import { doctorSave, doctorFormData } from '@/api/doctor'