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
7ba806e3
Commit
7ba806e3
authored
Oct 24, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: uat环境
parent
c91c66a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
request.js
api/request.js
+2
-2
index.vue
pages/activity/index.vue
+2
-2
No files found.
api/request.js
View file @
7ba806e3
...
...
@@ -16,9 +16,9 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
//
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
const
baseUrl
=
"https://momclub-uat.feihe.com/pmall"
;
//测试环境
// const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2
const
baseUrl
=
"https://momclub.feihe.com/pmall"
;
//生产环境
//
const baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
...
...
pages/activity/index.vue
View file @
7ba806e3
...
...
@@ -22,9 +22,9 @@ const registered = ref(undefined)
const
urlMap
=
{
//'main': 'http://192.168.0.5:8001/#/page',
'main'
:
'https://momclub.feihe.com/h5/#/page'
,
//
'main': 'https://momclub.feihe.com/h5/#/page',
//'main': 'https://momclub-test.feihe.com/h5/#/page',
//
'main': 'https://momclub-uat.feihe.com/h5/#/page',
'main'
:
'https://momclub-uat.feihe.com/h5/#/page'
,
};
const
shareData
=
ref
(
null
)
...
...
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