tangning 1 kuukausi sitten
vanhempi
commit
bb88506bc6

+ 15 - 0
src/router/routes/modules/configuration.ts

@@ -0,0 +1,15 @@
+import type { AppRouteRecordRaw } from '/@/router/types';
+import { t } from '/@/hooks/web/useI18n';
+import { LAYOUT } from '/@/router/constant';
+
+export const ProductRoute: AppRouteRecordRaw = {
+  path: '/configuration',
+  name: 'configuration',
+  meta: {
+    title: t('routes.dashboard.devices'),
+    icon: 'la:file-invoice-dollar',
+    orderNo: 90,
+  },
+  component: () => import('/@/views/operate/configuration.vue'),
+};
+export default ProductRoute;

+ 1 - 1
src/views/productOperation/viewKankan.vue

@@ -3,7 +3,7 @@
     <template #footer>
       <a-tabs v-model:activeKey="tableType">
         <a-tab-pane :key="0" tab="用户作品" />
-        <a-tab-pane v-if="!isDev" :key="1" tab="看见全景VR" />
+        <a-tab-pane :key="1" tab="看见全景VR" />
       </a-tabs>
     </template>
     <div class="desc-wrap-BasicTable">