@@ -10,7 +10,7 @@ | |||||
npm -v | npm -v | ||||
npm config set registry https://registry.npm.taobao.org | npm config set registry https://registry.npm.taobao.org | ||||
npm install | npm install | ||||
npm run build-test | |||||
npm run build | |||||
image_version=$version; | image_version=$version; | ||||
# 删除镜像 | # 删除镜像 | ||||
docker rmi -f $( | docker rmi -f $( | ||||
@@ -1,8 +1,8 @@ | |||||
// 正式 | // 正式 | ||||
module.exports = { | module.exports = { | ||||
title: '健康同学', | title: '健康同学', | ||||
baseUrl: 'https://ai.ssjlai.com/webapi', // 正式项目地址 | |||||
baseApi: 'https://ai.ssjlai.com/webapi', // 正式api请求地址 | |||||
baseUrl: 'https://id.ssjlai.com/webapi', // 正式项目地址 | |||||
baseApi: 'https://id.ssjlai.com/webapi', // 正式api请求地址 | |||||
APPID: 'xxx', | APPID: 'xxx', | ||||
APPSECRET: 'xxx', | APPSECRET: 'xxx', | ||||
$cdn: 'https://www.sunniejs.cn/static' | $cdn: 'https://www.sunniejs.cn/static' | ||||