@@ -10,7 +10,7 @@ | |||
npm -v | |||
npm config set registry https://registry.npm.taobao.org | |||
npm install | |||
npm run build-test | |||
npm run build | |||
image_version=$version; | |||
# 删除镜像 | |||
docker rmi -f $( | |||
@@ -1,8 +1,8 @@ | |||
// 正式 | |||
module.exports = { | |||
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', | |||
APPSECRET: 'xxx', | |||
$cdn: 'https://www.sunniejs.cn/static' | |||