Ver Fonte

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

yjwang há 12 horas atrás
pai
commit
fa250fc93d
1 ficheiros alterados com 14 adições e 0 exclusões
  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>