提交 f6f0a391 authored 作者: lihuihui's avatar lihuihui

update

上级 61b2c398
module.exports = { module.exports = {
domain: 'dev.ezijing.com', domain: 'dev.ezijing.com',
url: 'https://x-exam2.ezijing.com/api', url: 'https://x-exam.ezijing.com/api',
isEnableToIphoneDebugger: false, isEnableToIphoneDebugger: false,
// apiBaseURL: '//demo-login.ezijing.com/', // apiBaseURL: '//demo-login.ezijing.com/',
webpack: { webpack: {
externals: { externals: {
'CKEDITOR': 'window.CKEDITOR', CKEDITOR: 'window.CKEDITOR',
'Base64': 'window.Base64', Base64: 'window.Base64',
'md5': 'window.md5', md5: 'window.md5',
'regeneratorRuntime': 'window.regeneratorRuntime' regeneratorRuntime: 'window.regeneratorRuntime'
}, },
devServer: { devServer: {
proxy: { proxy: {
...@@ -20,7 +20,7 @@ module.exports = { ...@@ -20,7 +20,7 @@ module.exports = {
secure: false, // 如果是https接口,需要配置这个参数 secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置 changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
followRedirects: true, // 由于重定向307,所以跟随重定向直接返回一个接口 followRedirects: true, // 由于重定向307,所以跟随重定向直接返回一个接口
logLevel: 'info', // 日志打印级别 logLevel: 'info' // 日志打印级别
// headers: { // headers: {
// 'Referer': $GLOBAL.webConf.url // 'Referer': $GLOBAL.webConf.url
// }, // },
...@@ -31,10 +31,6 @@ module.exports = { ...@@ -31,10 +31,6 @@ module.exports = {
} }
} }
}, },
ProvidePlugin: { ProvidePlugin: {},
others: {}
},
others: {
}
} }
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
<!-- 您登录的次数已超过最大限制 --> <!-- 您登录的次数已超过最大限制 -->
<input <input
type="text" type="text"
@click="fullScreen"
v-model="examineeNumber" v-model="examineeNumber"
placeholder="请输入准考证号" placeholder="请输入准考证号"
v-show="!loginParam.is" v-show="!loginParam.is"
......
html, body { html,
body {
font-size: 14px; // 防止html根元素 影响本身DOM元素字体大小继承 font-size: 14px; // 防止html根元素 影响本身DOM元素字体大小继承
padding: 0; padding: 0;
margin: 0; margin: 0;
...@@ -8,47 +9,45 @@ html, body { ...@@ -8,47 +9,45 @@ html, body {
} }
/* 统一字体样式 */ /* 统一字体样式 */
* { * {
font-family: font-family: 'Source Han Sans CN', 'PingFang SC', -apple-system, 'Microsoft YaHei', 'Helvetica', 'Arial', Verdana,
"Source Han Sans CN", 'Hiragino Sans GB', 'Wenquanyi Micro Hei', sans-serif;
"PingFang SC", touch-action: pan-y;
-apple-system,
"Microsoft YaHei",
"Helvetica",
"Arial",
Verdana,
"Hiragino Sans GB",
"Wenquanyi Micro Hei",
sans-serif;
} }
/* Extra small devices (portrait phones, less than 576px) */ /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {} @media (max-width: 575px) {
}
/* Small devices (landscape phones, 576px and up) */ /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {} @media (min-width: 576px) and (max-width: 767px) {
}
/* Medium devices (tablets, 768px and up) */ /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {} @media (min-width: 768px) and (max-width: 991px) {
}
/* Large devices (desktops, 992px and up) */ /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {} @media (min-width: 992px) and (max-width: 1199px) {
}
/* Extra large devices (large desktops, 1200px and up) */ /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {} @media (min-width: 1200px) {
}
/* 改变主题色变量 */ /* 改变主题色变量 */
$--color-primary: #b80037; $--color-primary: #b80037;
/* 改变 icon 字体路径变量,必需 */ /* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts'; $--font-path: '~element-ui/lib/theme-chalk/fonts';
/* 引入element-ui对应scss文件,重新编译 */ /* 引入element-ui对应scss文件,重新编译 */
@import "~element-ui/packages/theme-chalk/src/index"; @import '~element-ui/packages/theme-chalk/src/index';
/* 引入隐藏显示样式 */ /* 引入隐藏显示样式 */
@import "~element-ui/lib/theme-chalk/display.css"; @import '~element-ui/lib/theme-chalk/display.css';
/* 引入三方 自定义图标库,方法 vue -> 第三方 自建图标库 中有 */ /* 引入三方 自定义图标库,方法 vue -> 第三方 自建图标库 中有 */
@import "~@/assets/font-icons/iconfont.css"; @import '~@/assets/font-icons/iconfont.css';
[class^="el-icon-self-"], [class*="el-icon-self-"] { [class^='el-icon-self-'],
font-family: "selfAllIcon" !important; [class*='el-icon-self-'] {
font-family: 'selfAllIcon' !important;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论