浏览代码

端口更改

Darkhorsedamon 2 年之前
父节点
当前提交
d2b67caec1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -4,8 +4,8 @@
   "private": true,
   "scripts": {
     "dev": "cross-env BASE_URL=http://81.68.234.235:8999 NODE_ENV=development nuxt",
-    "build": "cross-env BASE_URL=http://139.196.160.101:8864 NODE_ENV=production nuxt build",
-    "start": "cross-env BASE_URL=http://139.196.160.101:8864 NODE_ENV=production nuxt start",
+    "build": "cross-env BASE_URL=http://139.196.160.101:8082 NODE_ENV=production nuxt build",
+    "start": "cross-env BASE_URL=http://139.196.160.101:8082 NODE_ENV=production nuxt start",
     "generate": "nuxt generate",
     "lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
     "lint:prettier": "prettier --check .",