Browse Source

去除敏感字段

chenminghua 2 years ago
parent
commit
d173b75dff

+ 1 - 1
exam-06173-vue/.env.production

@@ -2,4 +2,4 @@
 ENV = 'production'
 
 # 生产环境接口
-VUE_APP_BASE_API = ''
+VUE_APP_BASE_API = 'http://123.60.213.70:8617'

+ 3 - 3
exam-06173-vue/package.json

@@ -1,8 +1,8 @@
 {
-  "name": "yf-exam",
+  "name": "gyee-exam",
   "version": "4.1.5",
-  "description": "云帆学习考试系统",
-  "author": "18365918@qq.com",
+  "description": "国电多媒体考试培训系统",
+  "author": "1748218486@qq.com",
   "scripts": {
     "dev": "vue-cli-service serve",
     "build:prod": "vue-cli-service build",

BIN
exam-06173-vue/public/favicon.ico


+ 2 - 1
exam-06173-vue/public/index.html

@@ -5,7 +5,8 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <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="<%= BASE_URL %>favicon.png">
+    <!-- <link rel="icon" href="<%= BASE_URL %>favicon.png"> -->
+    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <script async src="/tinymce/tinymce.min.js"></script>
     <title><%= webpackConfig.name %></title>
   </head>