Skip to content

Commit f7fbfe1

Browse files
author
xl1870011370
committed
修改前端工程信息
1 parent 3e963f8 commit f7fbfe1

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

server/controller/rasp_host_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ func (h RaspHostController) GeneratePushConfig(configId uint) ([]byte, error) {
283283
util.GetDefaultIp(),
284284
config.Conf.System.Port,
285285
config.Conf.System.UrlPathPrefix),
286-
//EnableMdns: config.Conf.Mdns.Enable,
287286
EnableMdns: true,
288287
AgentConfigs: agentConfigsFields,
289288
RaspLibConfigs: raspLibInfo,

ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "go-web-mini-ui",
3-
"version": "1.0.0",
4-
"description": "go-web-mini前端项目",
5-
"author": "liming <764995901@qq.com>",
2+
"name": "jrasp-web-ui",
3+
"version": "1.1.2",
4+
"description": "jrasp前端项目",
5+
"author": "sear2022 <1870011370@qq.com>",
66
"scripts": {
77
"dev": "vue-cli-service serve",
88
"lint": "eslint --ext .js,.vue src",
@@ -101,6 +101,6 @@
101101
},
102102
"repository": {
103103
"type": "git",
104-
"url": "git+https://github.com/gnimli/go-web-mini-ui.git"
104+
"url": "git+https://github.com/jvm-rasp/web.git"
105105
}
106106
}

ui/src/views/profile/components/UserCard.vue

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,6 @@
1616
<div class="user-role text-center text-muted">{{ user.role | uppercaseFirst }}</div>
1717
</div>
1818
</div>
19-
20-
<div class="user-bio">
21-
<div class="user-education user-bio-section">
22-
<div class="user-bio-section-header"><svg-icon icon-class="education" /><span>Education</span></div>
23-
<div class="user-bio-section-body">
24-
<div class="text-muted">
25-
JS in Computer Science from the University of Technology
26-
</div>
27-
</div>
28-
</div>
29-
30-
<div class="user-skills user-bio-section">
31-
<div class="user-bio-section-header"><svg-icon icon-class="skill" /><span>Skills</span></div>
32-
<div class="user-bio-section-body">
33-
<div class="progress-item">
34-
<span>Vue</span>
35-
<el-progress :percentage="70" />
36-
</div>
37-
<div class="progress-item">
38-
<span>JavaScript</span>
39-
<el-progress :percentage="18" />
40-
</div>
41-
<div class="progress-item">
42-
<span>Css</span>
43-
<el-progress :percentage="12" />
44-
</div>
45-
<div class="progress-item">
46-
<span>ESLint</span>
47-
<el-progress :percentage="100" status="success" />
48-
</div>
49-
</div>
50-
</div>
51-
</div>
5219
</el-card>
5320
</template>
5421

0 commit comments

Comments
 (0)