Commit ec8ee6ff authored by 张九刚's avatar 张九刚

fix: 更新主文件和请求文件中的基础 URL,调整为新的测试地址

parent 7fde2a48
......@@ -15,8 +15,8 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
const baseUrl = "http://172.16.224.178:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/pmall";
// const baseUrl = "http://172.16.224.178:7777/pmall";
const baseUrl = "https://momclub-uat.feihe.com/pmall";
const request = (options = {}) => {
// 在这里可以对请求头进行一些设置
......
......@@ -2,7 +2,8 @@ import App from "./App";
// import apiRequest from "@/api/request.js";
import * as Pinia from 'pinia';
const BASE_URL = 'https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/';
// const BASE_URL = 'https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/';
const BASE_URL = 'https://firmus-member-test-1253290912.cos.ap-beijing.myqcloud.com/xmh-mini-program/';
// #ifndef VUE3
import Vue from "vue";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment