Browse Source

设置一个新页面用于检查,检查时候将新页面名称改为index.vue重新打包上传。原有index.vue变为idnex_old.vue

Guos 19 hours ago
parent
commit
230163c0b5
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/views/index_new.vue

+ 14 - 0
src/views/index_new.vue

@@ -0,0 +1,14 @@
+<template>
+  <div class="welcome-container">
+    <h1 class="welcome-title">欢迎使用本系统</h1>
+    <p class="welcome-message">祝您使用愉快!</p>
+  </div>
+</template>
+
+<script>
+
+</script>
+
+<style scoped>
+
+</style>