Skip to content

Commit

Permalink
fix host evn
Browse files Browse the repository at this point in the history
  • Loading branch information
CS6 committed Aug 20, 2020
1 parent f120101 commit 7d50ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import Vuex from 'vuex'; //引入 vuex
Vue.use(Vuex);

// const $http = "https://logboard-dev.numbersprotocol.io/api/v1/";
// const $http = process.env.VUE_APP_API_HOST || "https://logboard-dev.numbersprotocol.io/api/v1/";
const $http = "https://logboard-dev.numbersprotocol.io/api/v1/";
const $http = process.env.VUE_APP_API_HOST || "https://logboard-dev.numbersprotocol.io/api/v1/";
// const $http = "https://logboard-dev.numbersprotocol.io/api/v1/";

// const $raw_api = `${$http}/records/`;
// 4b539876-d395-4e01-b987-8ae8ea754b0e
Expand Down

0 comments on commit 7d50ebc

Please sign in to comment.