diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..d780846 --- /dev/null +++ b/.env.local @@ -0,0 +1 @@ +VUE_APP_BASE_URL = https://mall.gpxscs.cn \ No newline at end of file diff --git a/.gitignore b/.gitignore index a19f004..6383ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ docs/_book # TODO: where does this rule come from? test/ +node_modules/ +.history \ No newline at end of file diff --git a/components.d.ts b/components.d.ts index f8fcdde..d02f5e8 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,25 +8,15 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete'] ElButton: typeof import('element-plus/es')['ElButton'] ElCarousel: typeof import('element-plus/es')['ElCarousel'] ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem'] - ElCascader: typeof import('element-plus/es')['ElCascader'] ElCol: typeof import('element-plus/es')['ElCol'] ElForm: typeof import('element-plus/es')['ElForm'] ElFormItem: typeof import('element-plus/es')['ElFormItem'] - ElIcon: typeof import('element-plus/es')['ElIcon'] ElInput: typeof import('element-plus/es')['ElInput'] - ElOption: typeof import('element-plus/es')['ElOption'] - ElRadio: typeof import('element-plus/es')['ElRadio'] - ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElRow: typeof import('element-plus/es')['ElRow'] - ElSelect: typeof import('element-plus/es')['ElSelect'] ElStatistic: typeof import('element-plus/es')['ElStatistic'] - ElStep: typeof import('element-plus/es')['ElStep'] - ElSteps: typeof import('element-plus/es')['ElSteps'] - ElUpload: typeof import('element-plus/es')['ElUpload'] FloatingMenu: typeof import('./src/components/floatingMenu.vue')['default'] Login: typeof import('./src/components/login.vue')['default'] Register: typeof import('./src/components/register.vue')['default'] diff --git a/src/App.vue b/src/App.vue index 8768c12..0cd0727 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@ \ No newline at end of file diff --git a/src/views/feedback/FeedBack.vue b/src/views/feedback/FeedBack.vue index 23caf79..f1e1dd0 100644 --- a/src/views/feedback/FeedBack.vue +++ b/src/views/feedback/FeedBack.vue @@ -26,7 +26,7 @@