Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
ec8ee6ff
Commit
ec8ee6ff
authored
Jun 12, 2025
by
张九刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 更新主文件和请求文件中的基础 URL,调整为新的测试地址
parent
7fde2a48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
request.js
api/request.js
+2
-2
main.js
main.js
+2
-1
No files found.
api/request.js
View file @
ec8ee6ff
...
...
@@ -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
=
{})
=>
{
// 在这里可以对请求头进行一些设置
...
...
main.js
View file @
ec8ee6ff
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment