Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/yjb_ScrmStores' into yjb_ScrmStores

yjwang 12 ore fa
parent
commit
fa250fc93d
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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>