配置镜像环境

This commit is contained in:
Chopper
2021-05-13 15:49:20 +08:00
parent ec3e958037
commit 5cb4af0498
10 changed files with 34 additions and 46 deletions

View File

@@ -1 +1 @@
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.1 .
docker build -t registry.cn-beijing.aliyuncs.com/lili-images/manager-ui-1.0.1:0.0.4 .

View File

@@ -39,7 +39,7 @@ http {
gzip_vary on;
server {
listen 80;
listen 10003;
server_name localhost;
location / {

View File

@@ -17,21 +17,16 @@ export default {
* @description api请求基础路径
*/
api_dev: {
// common: 'http://192.168.0.111:9000',
// buyer: 'http://buyer-api.pickmall.cn',
// seller: 'http://store-api.pickmall.cn',
// manager: 'http://192.168.0.111:8887'
common: 'https://common-api.pickmall.cn',
buyer: 'https://buyer-api.pickmall.cn',
seller: 'https://store-api.pickmall.cn',
manager: 'https://admin-api.pickmall.cn'
common: 'http://127.0.0.1:8890',
buyer: 'http://127.0.0.1:8888',
seller: 'http://127.0.0.1:8889',
manager: 'http://127.0.0.1:8887'
},
api_prod: {
common: 'https://common-api.pickmall.cn',
buyer: 'https://buyer-api.pickmall.cn',
seller: 'https://store-api.pickmall.cn',
manager: 'https://admin-api.pickmall.cn'
common: 'http://127.0.0.1:8890',
buyer: 'http://127.0.0.1:8888',
seller: 'http://127.0.0.1:8889',
manager: 'http://127.0.0.1:8887'
},
/**
* @description api请求基础路径前缀