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
bbf910e4
Commit
bbf910e4
authored
Nov 07, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
da8a3215
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
request.js
api/request.js
+2
-2
heliaixinTools.vue
pages/heliaixinTools/heliaixinTools.vue
+3
-2
No files found.
api/request.js
View file @
bbf910e4
...
@@ -17,8 +17,8 @@ const {
...
@@ -17,8 +17,8 @@ const {
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// export const baseUrl = "http://172.16.230.108:7777/pmall";
// export const baseUrl = "http://172.16.230.108:7777/pmall";
// export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
export
const
baseUrl
=
"https://momclub-test.feihe.com/pmall"
;
//测试环境2
//
export const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2
//
export const baseUrl = "https://momclub.feihe.com/pmall";//生产环境
export
const
baseUrl
=
"https://momclub.feihe.com/pmall"
;
//生产环境
// export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
// export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
...
...
pages/heliaixinTools/heliaixinTools.vue
View file @
bbf910e4
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
<view
class=
"hlaxPage"
>
<view
class=
"hlaxPage"
>
<view
class=
"hlax_bg"
></view>
<view
class=
"hlax_bg"
></view>
<image
class=
"hlax_bg"
<image
class=
"hlax_bg"
:src=
"toolCfg.link?.go_see?($baseUrl + 'heliaixinTool/hlax_bg
2.png'):$baseUrl + 'heliaixinTool/hlax_bg3.pn
g'"
:src=
"toolCfg.link?.go_see?($baseUrl + 'heliaixinTool/hlax_bg
3.jpg'):$baseUrl + 'heliaixinTool/hlax_bg4.jp
g'"
mode=
"aspectFill"
/>
mode=
"aspectFill"
/>
<image
class=
"hlax_btn"
:src=
"$baseUrl + 'heliaixinTool/btn_go_see
1
.png'"
v-if=
"toolCfg.link?.go_see"
<image
class=
"hlax_btn"
:src=
"$baseUrl + 'heliaixinTool/btn_go_see
2
.png'"
v-if=
"toolCfg.link?.go_see"
@
click=
"onTips"
/>
@
click=
"onTips"
/>
<!-- go_see=true,有按钮,否则没有按钮 -->
</view>
</view>
</
template
>
</
template
>
...
...
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