File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
packages/toolkits/pro/template Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import App from './App.vue';
1010import '@/api/interceptor' ;
1111import '@/assets/style/global.less' ;
1212import config from '../hwc-exports.json' ;
13- import chinaMap from './assets/chaina .json' ;
13+ import chinaMap from './assets/china .json' ;
1414
1515registerMap ( 'china' , chinaMap as any ) ;
1616const app = createApp ( App ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import '@/api/interceptor';
88import '@/assets/style/global.less' ;
99import { pinia } from './stores/pinia' ;
1010import 'echarts4/map/js/china.js' ;
11- import chinaMap from './assets/chaina .json' ;
11+ import chinaMap from './assets/china .json' ;
1212// import * as echarts4 from 'echarts4';
1313import { registerMap } from 'echarts' ;
1414import Breadcrumb from '@/components/breadcrumb/index.vue' ;
You can’t perform that action at this time.
0 commit comments