Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
760f10d6
Commit
760f10d6
authored
Jan 14, 2025
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切到多典花给开发打测试包
parent
b0360267
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
.gitignore
.gitignore
+0
-1
api.js
config/api.js
+1
-1
request.js
utils/request.js
+1
-1
No files found.
.gitignore
View file @
760f10d6
...
...
@@ -11,7 +11,6 @@ unpackage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
unpackage/
.history/
.hbuilderx/
...
...
config/api.js
View file @
760f10d6
...
...
@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV
*/
// #ifdef APP-PLUS
env
=
"
prod
"
;
env
=
"
stest
"
;
// #endif
const
api
=
{
...
...
utils/request.js
View file @
760f10d6
...
...
@@ -15,7 +15,7 @@ const request = async (url, type, data) => {
console
.
log
(
'+++++++++++++++++++++++++从缓存拿数据'
)
rd
=
encodeURIComponent
(
headerDevice
)
}
else
{
console
.
log
(
'=========================不从缓存拿数据'
)
console
.
log
(
initHeaderDevice
(),
'=========================不从缓存拿数据'
)
rd
=
JSON
.
stringify
(
initHeaderDevice
())
}
...
...
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