张保健 5 年 前
コミット
7624690854
共有3 個のファイルを変更した0 個の追加15307 個の削除を含む
  1. 0 17
      config/dev.env.js
  2. 0 96
      config/index.js
  3. 0 15194
      package-lock.json

+ 0 - 17
config/dev.env.js ファイルの表示

@@ -1,17 +0,0 @@
1
-// module.exports = {
2
-//   NODE_ENV: '"development"',
3
-//   ENV_CONFIG: '"dev"',
4
-//   BASE_API: '"https://api-dev"'
5
-// }
6
-module.exports = {
7
-  NODE_ENV: '"development"',
8
-  ENV_CONFIG: '"dev"',
9
-  BASE_API:  '"http://api.xt.test.sgjyun.com"',// //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
-
11
-  SSO_HOST: '"http://testsso.sgjyun.com"',
12
-  SRCM_HOST: '"http://test1.sgjyun.com"',
13
-  XT_HOST: '"http://xt.test.sgjyun.com"',
14
-  MIRCO_MALL_HOST: '"http://mall.test.sgjyun.com"',
15
-  CDM_HOST: '"http://cdm.test.sgjyun.com"',
16
-}
17
-

+ 0 - 96
config/index.js ファイルの表示

@@ -1,96 +0,0 @@
1
-'use strict'
2
-// Template version: 1.2.6
3
-// see http://vuejs-templates.github.io/webpack for documentation.
4
-
5
-const path = require('path')
6
-
7
-module.exports = {
8
-  dev: {
9
-
10
-    // Paths
11
-    assetsSubDirectory: 'static',
12
-    assetsPublicPath: '/',
13
-    proxyTable: {},
14
-
15
-    // Various Dev Server settings
16
-
17
-    // can be overwritten by process.env.HOST
18
-    // if you want dev by ip, please set host: '0.0.0.0'
19
-
20
-    // host: 'xt.test.sgjyun.com',
21
-    // host: 'xt.kuyicloud.com',
22
-    host: 'xt.test.sgjyun.com',
23
-    port: 9526, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
24
-    autoOpenBrowser: true,
25
-    errorOverlay: true,
26
-    notifyOnErrors: false,
27
-    poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
28
-
29
-    // Use Eslint Loader?
30
-    // If true, your code will be linted during bundling and
31
-    // linting errors and warnings will be shown in the console.
32
-    useEslint: false,
33
-
34
-    // If true, eslint errors and warnings will also be shown in the error overlay
35
-    // in the browser.
36
-    showEslintErrorsInOverlay: false,
37
-
38
-    /**
39
-     * Source Maps
40
-     */
41
-
42
-    // https://webpack.js.org/configuration/devtool/#development
43
-    devtool: '#cheap-source-map',
44
-
45
-    // If you have problems debugging vue-files in devtools,
46
-    // set this to false - it *may* help
47
-    // https://vue-loader.vuejs.org/en/options.html#cachebusting
48
-    cacheBusting: true,
49
-
50
-    // CSS Sourcemaps off by default because relative paths are "buggy"
51
-    // with this option, according to the CSS-Loader README
52
-    // (https://github.com/webpack/css-loader#sourcemaps)
53
-    // In our experience, they generally work as expected,
54
-    // just be aware of this issue when enabling this option.
55
-    cssSourceMap: false,
56
-  },
57
-
58
-  build: {
59
-    // Template for index.html
60
-    index: path.resolve(__dirname, '../dist/index.html'),
61
-
62
-    // Paths
63
-    assetsRoot: path.resolve(__dirname, '../dist'),
64
-    assetsSubDirectory: 'static',
65
-
66
-    /**
67
-     * You can set by youself according to actual condition
68
-     * You will need to set this if you plan to deploy your site under a sub path,
69
-     * for example GitHub pages. If you plan to deploy your site to https://foo.github.io/bar/,
70
-     * then assetsPublicPath should be set to "/bar/".
71
-     * In most cases please use '/' !!!
72
-     */
73
-    // assetsPublicPath: '/vue-element-admin/', // If you are deployed on the root path, please use '/'
74
-    assetsPublicPath: './',
75
-
76
-    /**
77
-     * Source Maps
78
-     */
79
-    productionSourceMap: false,
80
-    // https://webpack.js.org/configuration/devtool/#production
81
-    devtool: '#source-map',
82
-
83
-    // Gzip off by default as many popular static hosts such as
84
-    // Surge or Netlify already gzip all static assets for you.
85
-    // Before setting to `true`, make sure to:
86
-    // npm install --save-dev compression-webpack-plugin
87
-    productionGzip: false,
88
-    productionGzipExtensions: ['js', 'css'],
89
-
90
-    // Run the build command with an extra argument to
91
-    // View the bundle analyzer report after build finishes:
92
-    // `npm run build --report`
93
-    // Set to `true` or `false` to always turn it on or off
94
-    bundleAnalyzerReport: process.env.npm_config_report
95
-  }
96
-}

File diff suppressed because it is too large
+ 0 - 15194
package-lock.json