瀏覽代碼

api

master
chutingting 1 年之前
父節點
當前提交
5e86090ee8
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .env.int
  2. +1
    -1
      .env.production

+ 1
- 1
.env.int 查看文件

@@ -3,4 +3,4 @@ OUTPUT_DIR = 'int'
VUE_APP_ENV = 'int'

# base api
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/''
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'

+ 1
- 1
.env.production 查看文件

@@ -3,5 +3,5 @@ OUTPUT_DIR = 'pro'
VUE_APP_ENV = 'production'

# base api
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/''
VUE_APP_BASE_API = 'https://admin.meta-autotv.com/homeA/'


Loading…
取消
儲存