test hace 8 meses
padre
commit
e0db7bd7d2
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      src/api/index.js
  2. 2 2
      src/router/index.js

+ 2 - 2
src/api/index.js

@@ -1,6 +1,6 @@
 import request from '@/utils/request';
 import request from '@/utils/request';
-const HOST = 'http://localhost:9000/dev/admin/dj/open/kyc'
-// const HOST = 'http://157.175.73.225/api/admin/dj/open/kyc'
+// const HOST = 'http://localhost:9000/dev/admin/dj/open/kyc'
+const HOST = 'https://kyc.fusionpay.one/api/admin/dj/open/kyc'
 
 
 // 获取KYC级别
 // 获取KYC级别
 export function getKyc(data) {
 export function getKyc(data) {

+ 2 - 2
src/router/index.js

@@ -1,11 +1,11 @@
 // 通过vue-router的实例router导出路由的配置项 
 // 通过vue-router的实例router导出路由的配置项 
 
 
-import { createRouter, createWebHashHistory } from 'vue-router'
+import { createRouter, createWebHistory } from 'vue-router'
 
 
 // 创建路由器
 // 创建路由器
 let router = createRouter({
 let router = createRouter({
     // 路由模式
     // 路由模式
-    history: createWebHashHistory(),
+    history: createWebHistory(),
     // 路由地址
     // 路由地址
     routes: [
     routes: [
         {
         {