Browse Source

修改 部署脚本

test
chenJinxu 1 year ago
parent
commit
ce596e08ad
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      setup_test.sh
  2. +2
    -2
      src/config/env.production.js

+ 1
- 1
setup_test.sh View File

@@ -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 $(


+ 2
- 2
src/config/env.production.js View File

@@ -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'


Loading…
Cancel
Save