瀏覽代碼

修改域名和版本号

cuiyalong 5 年之前
父節點
當前提交
20a216dbed
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      addVersion.js
  2. 1 1
      package.json

+ 2 - 1
addVersion.js

@@ -3,7 +3,8 @@ var fs = require('fs')
 var path = require('path');
 
 var config = {
-  urlBefore: 'res://app2-jytest.jianyu360.cn',
+  // urlBefore: 'res://app2-jytest.jianyu360.cn',
+  urlBefore: 'res://app-i1.jianyu360.com',
   urlLocal: '/jyapp/local',
   readFile: '/datareport/index.html',
   writeFile: '/datareport/index_app.html'

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "jianyu-datareport",
-  "version": "1.4.34",
+  "version": "1.8.50",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",