Browse Source

修改name

林旭祥 2 months ago
parent
commit
9aabbeac09

+ 1 - 1
src/views/login/sunshineRun.vue

@@ -30,7 +30,7 @@
   </div>
 </template>
 
-<script setup name="Login" lang="ts">
+<script setup name="SunshineRun" lang="ts">
 import CryptoJS from 'crypto-js';
 import useAppStore from '@/store/modules/app';
 const { proxy } = getCurrentInstance() as any;

+ 1 - 1
src/views/set/config.vue

@@ -26,7 +26,7 @@
   </div>
 </template>
 
-<script setup name="Login" lang="ts">
+<script setup name="SetConfig" lang="ts">
 import dataDictionary from '@/utils/dataDictionary';
 const { proxy } = getCurrentInstance() as any;
 const router = useRouter();

+ 1 - 1
src/views/set/index.vue

@@ -46,7 +46,7 @@
   </div>
 </template>
 
-<script setup name="Login" lang="ts">
+<script setup name="SetIndex" lang="ts">
 const { proxy } = getCurrentInstance() as any;
 const router = useRouter();
 const data = reactive<any>({

+ 1 - 1
src/views/test/index.vue

@@ -35,7 +35,7 @@
   </div>
 </template>
 
-<script setup name="TrainIndex" lang="ts">
+<script setup name="TestIndex" lang="ts">
 import { Swiper, SwiperSlide } from 'swiper/vue';
 import { Grid } from 'swiper/modules';
 import { Search } from '@element-plus/icons-vue'