Skip to content

Commit 7d50ebc

Browse files
committed
fix host evn
1 parent f120101 commit 7d50ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import Vuex from 'vuex'; //引入 vuex
66
Vue.use(Vuex);
77

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

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

0 commit comments

Comments
 (0)