You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pocketcommunityweb/src/environments/environment.prod.ts

9 lines
187 B

export const environment = {
production: true,
// 服务端地址
apiServer: 'http://localhost',
// token key
tokenKey: 'token',
// 账户 key
managerKey: 'manager_name'
};