1
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
:contentTop="contentTop"
|
||||
:contentBottom="contentBottom"
|
||||
/>
|
||||
<ai-analysis-dashboard-body
|
||||
<soft-sales-scenario
|
||||
v-else-if="isSoftSalesScenario"
|
||||
:content-top="contentTop"
|
||||
:content-bottom="contentBottom"
|
||||
@@ -42,7 +42,7 @@ import statusBar from '@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-stat
|
||||
// #endif
|
||||
import SalesScenarioNew from './components/sales_scenario_new.vue';
|
||||
import SmallBeautifulSales from './components/small_beautiful_sales.vue';
|
||||
import AiAnalysisDashboardBody from '@/components/ai-analysis-dashboard-body.vue';
|
||||
import SoftSalesScenario from '@/components/soft_sales_scenario.vue';
|
||||
|
||||
function getSystemInfo() {
|
||||
try {
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
// #endif
|
||||
SalesScenarioNew,
|
||||
SmallBeautifulSales,
|
||||
AiAnalysisDashboardBody,
|
||||
SoftSalesScenario,
|
||||
},
|
||||
data() {
|
||||
const systemInfo = getSystemInfo();
|
||||
|
||||
Reference in New Issue
Block a user