海航本地版资源生成

dev_local_2
杨树林 6 years ago
parent d4ad509f68
commit 13c6aab60a

@ -41,4 +41,7 @@
*(前端)1、educoder/public/images/educoder/headNavLogo.png
三 替换后端管理页面图标
*(前端)1、educoder/app/assets/images/logo.png
改动文件后还要执行rake assets:precompile
改动文件后还要执行rake assets:precompile
15、标签企业名称修改
一、 全局搜索<title>EduCoder</title> 替换掉 <title>替换的公司名称</title>
改动文件后还要执行rake assets:precompile

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>EduCoder</title>
<title>海航大学</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />

File diff suppressed because one or more lines are too long

@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>EduCoder</title>
<title>海航大学</title>
<script type="text/javascript">
window.__isR = true;

@ -20,7 +20,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Educoder</title>
<title>海航大学</title>
<script type="text/javascript">
window.__isR = true;
</script>

Loading…
Cancel
Save