|
@@ -37,6 +37,9 @@ export default {
|
|
|
if ( this.source === 'PUDONG' ) {
|
|
|
this.theme = 'theme-pudong'
|
|
|
}
|
|
|
+ if ( this.source === 'JINGAN' ) {
|
|
|
+ this.theme = 'theme-jingan'
|
|
|
+ }
|
|
|
// TODO: 根据lbsId动态切换
|
|
|
// this.theme = 'theme-pudong'
|
|
|
// this.theme = 'theme-jingan'
|