Prechádzať zdrojové kódy

创建同比增速页面和企业匹配度页面

littleblue55 1 mesiac pred
rodič
commit
9fc007f44d

+ 5 - 0
src/views/growthRate/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div class="">
+        同比增速
+    </div>
+</template>

+ 5 - 0
src/views/match/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div class="match">
+        匹配度
+    </div>
+</template>