Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfp-program
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
sfp-program
Commits
dbb56158
Commit
dbb56158
authored
Aug 30, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计算器首页
parent
cb75b321
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
31 deletions
+0
-31
pages.json
+0
-2
pages/index/home.vue
+0
-29
pages/index/index.vue
+0
-0
static/images/batchFileImport.png
+0
-0
No files found.
pages.json
View file @
dbb56158
...
...
@@ -5,8 +5,6 @@
"style"
:
{
"navigationBarTitleText"
:
"金融工具"
}
},{
"path"
:
"pages/index/home"
}
],
"globalStyle"
:
{
...
...
pages/index/home.vue
deleted
100644 → 0
View file @
cb75b321
<
template
>
<text>
nnnnnn
</text>
</
template
>
<
script
>
import
{
saveEducationEstimate
}
from
'./api/api.ts'
;
export
default
{
date
(){
return
{
resData
:
{}
}
},
mounted
(){
const
par
=
{
arg1
:
"arg1Value"
};
//调用api
saveEducationEstimate
(
par
).
then
(
res
=>
{
//请求成功 返回res
this
.
saveEducationEstimate
=
res
.
data
;
}).
catch
(
err
=>
{
//请求失败s
})
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
pages/index/index.vue
View file @
dbb56158
This diff is collapsed.
Click to expand it.
static/images/batchFileImport.png
0 → 100644
View file @
dbb56158
32.5 KB
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