车辆接口更新
This commit is contained in:
@ -6,6 +6,7 @@ import { NzModalService } from 'ng-zorro-antd/modal';
|
||||
import { of } from 'rxjs';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { SystemService } from '../../services/system.service';
|
||||
import { environment } from '@env/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-sys-setting-components-announcement-message',
|
||||
@ -125,7 +126,7 @@ export class AnnouncementMessageComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '发布平台',
|
||||
enum: [
|
||||
{ label: '运营后台', value: 1 },
|
||||
{ label: '运营后台', value: environment.appId },
|
||||
{ label: '货主后台', value: 2 },
|
||||
{ label: '司机端', value: 3 }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user