Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f5cbf64a
authored
Jun 01, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
58c40dc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
pages/mine/activity.vue
util/api.js
pages/mine/activity.vue
View file @
f5cbf64a
...
...
@@ -18,7 +18,7 @@ export default {
},
methods
:
{
getData
()
{
this
.
request
(
Cube_Url
+
'/activity/getInfo'
,
'GET'
,
{
id
:
58
},
true
,
true
).
then
(
res
=>
{
this
.
request
(
Cube_Url
+
'/a
pi/a
ctivity/getInfo'
,
'GET'
,
{
id
:
58
},
true
,
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
}
});
...
...
util/api.js
View file @
f5cbf64a
...
...
@@ -34,5 +34,6 @@ module.exports = {
Api_Es
,
Api_ES_Go
,
Code_Url
,
Oss_Url
Oss_Url
,
Cube_Url
}
\ No newline at end of file
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