Compare commits

..

No commits in common. "158e15c8408d09dedfdd84a6e0f084bd22da1abf" and "fa982e2bfa4aef076535c9612e9c1bd25a248a75" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -189,7 +189,7 @@ const getGovernanceDisplay = () => {
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`; let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`;
let params = { langType: map[locale.value] }; let params = { langType: map[locale.value] };
axios axios
.post(url, params) .get(url, { params })
.then((res) => { .then((res) => {
// console.log(res) // console.log(res)
if (res.status === 200) { if (res.status === 200) {

View File

@ -188,7 +188,7 @@ const getGovernanceDisplay = () => {
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`; let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`;
let params = { langType: map[locale.value] }; let params = { langType: map[locale.value] };
axios axios
.post(url, params) .get(url, { params })
.then((res) => { .then((res) => {
// console.log(res) // console.log(res)
if (res.status === 200) { if (res.status === 200) {

View File

@ -189,7 +189,7 @@ const getGovernanceDisplay = () => {
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`; let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`;
let params = { langType: map[locale.value] }; let params = { langType: map[locale.value] };
axios axios
.post(url, params) .get(url, { params })
.then((res) => { .then((res) => {
// console.log(res) // console.log(res)
if (res.status === 200) { if (res.status === 200) {

View File

@ -190,7 +190,7 @@ const getGovernanceDisplay = () => {
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`; let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/governance/display`;
let params = { langType: map[locale.value] }; let params = { langType: map[locale.value] };
axios axios
.post(url, params) .get(url, { params })
.then((res) => { .then((res) => {
// console.log(res) // console.log(res)
if (res.status === 200) { if (res.status === 200) {