Compare commits
No commits in common. "158e15c8408d09dedfdd84a6e0f084bd22da1abf" and "fa982e2bfa4aef076535c9612e9c1bd25a248a75" have entirely different histories.
158e15c840
...
fa982e2bfa
@ -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) {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user