ソースを参照

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

yjwang 16 時間 前
コミット
fa250fc93d
1 ファイル変更14 行追加0 行削除
  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>