Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f977450d
authored
Jul 26, 2024
by
曾凡江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V2封板
parent
8c97361e
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
26 deletions
+26
-26
.env.development
+2
-2
.env.production
+2
-2
.env.staging
+2
-2
index.html
+1
-1
package.json
+1
-1
src/layout/user-layout.vue
+1
-1
src/views/console/myOrder.vue
+10
-10
src/views/console/naturalResources.vue
+5
-5
src/views/login.vue
+1
-1
src/views/register.vue
+1
-1
No files found.
.env.development
View file @
f977450d
# 页面标题
VITE_APP_TITLE = 先进计算普惠平台
VITE_APP_TITLE = 先进计算普惠
算力公共服务
平台
# 开发环境配置
VITE_APP_ENV = 'development'
# 先进计算普惠平台/开发环境
# 先进计算普惠
算力公共服务
平台/开发环境
VITE_APP_BASE_API = 'http://47.106.72.238:8086'
.env.production
View file @
f977450d
# 页面标题
VITE_APP_TITLE = 先进计算普惠平台
VITE_APP_TITLE = 先进计算普惠
算力公共服务
平台
# 生产环境配置
VITE_APP_ENV = 'production'
# 先进计算普惠平台/生产环境
# 先进计算普惠
算力公共服务
平台/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
...
...
.env.staging
View file @
f977450d
# 页面标题
VITE_APP_TITLE = 先进计算普惠平台
VITE_APP_TITLE = 先进计算普惠
算力公共服务
平台
# 生产环境配置
VITE_APP_ENV = 'staging'
# 先进计算普惠平台/生产环境
# 先进计算普惠
算力公共服务
平台/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
...
...
index.html
View file @
f977450d
...
...
@@ -7,7 +7,7 @@
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<title>
先进计算普惠平台
</title>
<title>
先进计算普惠
算力公共服务
平台
</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html
,
...
...
package.json
View file @
f977450d
{
"name"
:
"
ruoyi
"
,
"version"
:
"3.8.7"
,
"description"
:
"先进计算普惠平台"
,
"description"
:
"先进计算普惠
算力公共服务
平台"
,
"author"
:
"若依"
,
"license"
:
"
MIT
"
,
"type"
:
"module"
,
...
...
src/layout/user-layout.vue
View file @
f977450d
...
...
@@ -6,7 +6,7 @@
<!--
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo.jpg"
alt=
""
>
-->
<img
class=
"nscc"
src=
"@/assets/logo/nscc-logo-copy.png"
alt=
""
>
<img
class=
"xjjt"
src=
"@/assets/logo/xjjt-logo.png"
alt=
""
>
<span
class=
"logo-text"
>
先进计算普惠平台
</span>
<span
class=
"logo-text"
>
先进计算普惠
算力公共服务
平台
</span>
</div>
<div
class=
"menu"
>
...
...
src/views/console/myOrder.vue
View file @
f977450d
...
...
@@ -137,16 +137,16 @@
<!-- @keyup.enter="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<el-form-item
label=
"申请时间"
prop=
"submitTime"
>
<el-date-picker
clearable
v-model=
"queryParams.submitTime"
type=
"date"
value-format=
"YYYY-MM-DD"
placeholder=
"请选择申请时间"
>
</el-date-picker
>
</el-form-item
>
<!--
<el-form-item
label=
"申请时间"
prop=
"submitTime"
>
--
>
<!--
<el-date-picker-->
<!-- clearable-->
<!-- v-model="queryParams.submitTime"-->
<!-- type="date"-->
<!-- value-format="YYYY-MM-DD"-->
<!-- placeholder="请选择申请时间"-->
<!-- >--
>
<!--
</el-date-picker>
--
>
<!--
</el-form-item>
--
>
<!--
<el-form-item
label=
"应用人"
prop=
"applyUser"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.applyUser"-->
...
...
src/views/console/naturalResources.vue
View file @
f977450d
...
...
@@ -234,11 +234,11 @@
<!-- <el-table-column label="网络带宽" align="center" prop="networkId"/>-->
<!-- <el-table-column label="额外IP数量" align="center" prop="ipNum"/>-->
<!-- <el-table-column label="虚拟机存储" align="center" prop="vmStorage"/>-->
<el-table-column
label=
"申请时间"
align=
"center"
prop=
"submitTime"
width=
"180"
>
<
template
#
default=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
submitTime
,
'
{
y
}
-
{
m
}
-
{
d
}'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<!-- <el-table-column label="申请时间" align="center" prop="submitTime" width="180">--
>
<!-- <template #default="scope">--
>
<!-- <span>{{ parseTime(scope.row.submitTime, '{y}-{m}-{d}') }}</span>--
>
<!-- </template>--
>
<!-- </el-table-column>--
>
<!-- <el-table-column v-for="(i, index) in headers" :key="index" :label="i.name" :prop="i.name">-->
<!-- <template v-slot="scope">-->
<!-- {{ getCellValue(scope.row.param, i.name) }}-->
...
...
src/views/login.vue
View file @
f977450d
<
template
>
<div
class=
"login"
>
<el-form
ref=
"loginRef"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
先进计算普惠平台
</h3>
<h3
class=
"title"
>
先进计算普惠
算力公共服务
平台
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
...
...
src/views/register.vue
View file @
f977450d
<
template
>
<div
class=
"register"
>
<el-form
ref=
"registerRef"
:model=
"registerForm"
:rules=
"registerRules"
class=
"register-form"
>
<h3
class=
"title"
>
先进计算普惠平台
</h3>
<h3
class=
"title"
>
先进计算普惠
算力公共服务
平台
</h3>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"registerForm.username"
...
...
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