npm install
npm run serve
npm run build
npm run lint
let publicU = ''; if (process.env.VUE_APP_PROJECT_ENV == 'test') { if (process.env.VUE_APP_PROJECT_ID == 'undefined') { publicU = 'https://costest-hlihui-1259470100.cos.ap-beijing.myqcloud.com/h5_template/assets/x/preview/data/' + this.id + '.json?sign=' + this.sign this.openConsole() } else { publicU = this.url } } else { if (process.env.VUE_APP_PROJECT_ID == 'undefined') { publicU = 'https://sapi.yangshipin.cn/assets/x/preview/data/' + this.id + '.json?sign=' + this.sign this.openConsole() } else { publicU = this.url } } const url = publicU
const url = 'http://62.234.218.125:8081/test/project/data.json?projectId=' + this.id;
publicPath: publicU,
publicPath: '/',
let test = false if (!test) { url = this.host + this.id + '/rank/like.json?v=' + ts } else { url = 'http://62.234.218.125:8081/test/project/rank/like.json?projectId=' + this.id; }