瀏覽代碼

largeScreen2改成largeScreen3

seimin 2 周之前
父節點
當前提交
100ca81198
共有 4 個文件被更改,包括 8 次插入8 次删除
  1. 2 2
      upload/development.js
  2. 2 2
      upload/development120.js
  3. 2 2
      upload/production.js
  4. 2 2
      vue.config.js

+ 2 - 2
upload/development.js

@@ -5,8 +5,8 @@ const config = {
5 5
   username: "root", // ssh 用户名
6 6
   port: 22,      //端口
7 7
   password: "123456", // ssh 密码
8
-  path: '/home/itsm/project/largeScreen2', // 上传地址,删除地址
9
-  buildPath: '../dist/largeScreen2' // 本地打包后文件地址
8
+  path: '/home/itsm/project/largeScreen3', // 上传地址,删除地址
9
+  buildPath: '../dist/largeScreen3' // 本地打包后文件地址
10 10
 }
11 11
 let Client = require('ssh2-sftp-client');
12 12
 

+ 2 - 2
upload/development120.js

@@ -5,8 +5,8 @@ const config = {
5 5
   username: "root", // ssh 用户名
6 6
   port: 22,      //端口
7 7
   password: "100100", // ssh 密码
8
-  path: '/home/itsm/project/web/hsms/largeScreen2', // 上传地址,删除地址
9
-  buildPath: '../dist/largeScreen2' // 本地打包后文件地址
8
+  path: '/home/itsm/project/web/hsms/largeScreen3', // 上传地址,删除地址
9
+  buildPath: '../dist/largeScreen3' // 本地打包后文件地址
10 10
 }
11 11
 let Client = require('ssh2-sftp-client');
12 12
 

+ 2 - 2
upload/production.js

@@ -5,8 +5,8 @@ const config = {
5 5
   username: "root", // ssh 用户名
6 6
   port: 22,      //端口
7 7
   password: "DStech@123", // ssh 密码
8
-  path: '/home/itsm/project/html2/largeScreen2', // 上传地址,删除地址
9
-  buildPath: '../dist/largeScreen2' // 本地打包后文件地址
8
+  path: '/home/itsm/project/html2/largeScreen3', // 上传地址,删除地址
9
+  buildPath: '../dist/largeScreen3' // 本地打包后文件地址
10 10
 }
11 11
 let Client = require('ssh2-sftp-client');
12 12
 

+ 2 - 2
vue.config.js

@@ -1,6 +1,6 @@
1 1
 module.exports = {
2
-  publicPath: process.env.NODE_ENV === 'production' ? '/largeScreen2/' : '/',
3
-  outputDir: 'dist/largeScreen2',
2
+  publicPath: process.env.NODE_ENV === 'production' ? '/largeScreen3/' : '/',
3
+  outputDir: 'dist/largeScreen3',
4 4
   productionSourceMap: false,
5 5
   devServer: {
6 6
     open: false, // 是否自动弹出浏览器页面