guhongwei 4 yıl önce
ebeveyn
işleme
ecbc03b286

+ 9 - 2
src/views/superAdminCenter/dictionary/index.vue

@@ -1,6 +1,11 @@
 <template>
   <div id="index">
-    <p>index</p>
+    <el-row>
+      <el-col :span="24" style="text-align:center;font-size:20px;">
+        <el-image :src="timg"></el-image>
+        <p>功能待开发</p>
+      </el-col>
+    </el-row>
   </div>
 </template>
 
@@ -11,7 +16,9 @@ export default {
   props: {},
   components: {},
   data: function() {
-    return {};
+    return {
+      timg: require('@/assets/timg.gif'),
+    };
   },
   created() {},
   methods: {},