Skip to content

Voyzz/react-compony-mp-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

后台管理系统

项目包含

配置

/src/config/cosServer.ts

const cosServerInfo: {[key: string] : any} = {
    'bucket':'***',
    'SecretId':'***',
    'SecretKey' :'***',

    'Appid':'***',
    'baseUrl':'***',
    'region':'***'
}

export default cosServerInfo;

/src/config/server.ts

const server:{[key:string]:any} = {
    baseUrl:'***',
}

export default server;