张延森 пре 3 година
родитељ
комит
d681a8ac9b
5 измењених фајлова са 24 додато и 3 уклоњено
  1. 1
    1
      .env.production
  2. 1
    0
      .npmrc
  3. 1
    1
      public/index.html
  4. 1
    1
      vue.config.js
  5. 20
    0
      yarn.lock

+ 1
- 1
.env.production Прегледај датотеку

@@ -2,5 +2,5 @@
2 2
 ENV = 'production'
3 3
 
4 4
 # base api
5
-VUE_APP_BASE_API = '/prod-api'
5
+VUE_APP_BASE_API = 'http://training.stategrid.njyunzhi.com/api'
6 6
 

+ 1
- 0
.npmrc Прегледај датотеку

@@ -0,0 +1 @@
1
+registry=https://registry.npmmirror.com

+ 1
- 1
public/index.html Прегледај датотеку

@@ -4,7 +4,7 @@
4 4
     <meta charset="utf-8">
5 5
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7
-    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
7
+    <link rel="icon" href="/favicon.ico">
8 8
     <title><%= webpackConfig.name %></title>
9 9
   </head>
10 10
   <body>

+ 1
- 1
vue.config.js Прегледај датотеку

@@ -24,7 +24,7 @@ module.exports = {
24 24
    * In most cases please use '/' !!!
25 25
    * Detail: https://cli.vuejs.org/config/#publicpath
26 26
    */
27
-  publicPath: '/',
27
+  publicPath: './',
28 28
   outputDir: 'dist',
29 29
   assetsDir: 'static',
30 30
   lintOnSave: process.env.NODE_ENV === 'development',

+ 20
- 0
yarn.lock Прегледај датотеку

@@ -4171,6 +4171,14 @@ ecc-jsbn@~0.1.1:
4171 4171
     jsbn "~0.1.0"
4172 4172
     safer-buffer "^2.1.0"
4173 4173
 
4174
+echarts@^5.3.0:
4175
+  version "5.3.0"
4176
+  resolved "https://registry.npmmirror.com/echarts/-/echarts-5.3.0.tgz#39342fcf0f763413fecd9d2afd1c415163de694d"
4177
+  integrity sha512-zENufmwFE6WjM+24tW3xQq4ICqQtI0CGj4bDVDNd3BK3LtaA/5wBp+64ykIyKy3QElz0cieKqSYP4FX9Lv9MwQ==
4178
+  dependencies:
4179
+    tslib "2.3.0"
4180
+    zrender "5.3.0"
4181
+
4174 4182
 editorconfig@^0.15.3:
4175 4183
   version "0.15.3"
4176 4184
   resolved "https://registry.npmmirror.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5"
@@ -10775,6 +10783,11 @@ tsconfig@^7.0.0:
10775 10783
     strip-bom "^3.0.0"
10776 10784
     strip-json-comments "^2.0.0"
10777 10785
 
10786
+tslib@2.3.0:
10787
+  version "2.3.0"
10788
+  resolved "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
10789
+  integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
10790
+
10778 10791
 tslib@^1.9.0:
10779 10792
   version "1.14.1"
10780 10793
   resolved "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -11724,3 +11737,10 @@ yorkie@^2.0.0:
11724 11737
     is-ci "^1.0.10"
11725 11738
     normalize-path "^1.0.0"
11726 11739
     strip-indent "^2.0.0"
11740
+
11741
+zrender@5.3.0:
11742
+  version "5.3.0"
11743
+  resolved "https://registry.npmmirror.com/zrender/-/zrender-5.3.0.tgz#297c05dc2521362816c4ddced10a1e306646bbc8"
11744
+  integrity sha512-Ln2QB5uqI1ftNYMtCRxd+XDq6MOttLgam2tmhKAVA+j0ko47UT+VNlDvKTkqe4K2sJhBvB0EhYNLebqlCTjatQ==
11745
+  dependencies:
11746
+    tslib "2.3.0"