Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 673 Bytes

后台管理系统

项目包含

配置

/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;