From a2a175023d81b830e35708e39e27f515f736287a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Tue, 30 May 2023 11:32:49 +0800 Subject: [PATCH] 1 --- .env.development | 5 ----- package.json | 2 +- src/settings.js | 4 ---- vue.config.js | 4 ---- 4 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.env.development b/.env.development index 3906a3f..fdbdc16 100644 --- a/.env.development +++ b/.env.development @@ -2,11 +2,6 @@ ENV='development' # base api -<<<<<<< HEAD VUE_APP_BASE_API = http://hd-wuziguanli-test.ali251.langye.net/ VUE_APP_UPLOAD_API = http://hd-wuziguanli-test.ali251.langye.net/api/admin/upload-file -======= -VUE_APP_BASE_API=http://starter.ali251.langye.net -VUE_APP_UPLOAD_API=http://starter.ali251.langye.net/api/admin/upload-file ->>>>>>> 20bcb15194373a4db880ebe3edd27d2d277d5c15 diff --git a/package.json b/package.json index 87db874..febf3ea 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@smallwei/avue": "^2.9.15", - "@tinymce/tinymce-vue": "^3.0.1", + "@tinymce/tinymce-vue": "^3.2.8", "avue-plugin-map": "^1.0.1", "axios": "0.18.1", "core-js": "3.6.5", diff --git a/src/settings.js b/src/settings.js index c8bfc4f..141a973 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,10 +1,6 @@ module.exports = { -<<<<<<< HEAD title: '物资仓库管理平台', -======= - title: '朗业基础平台', ->>>>>>> 20bcb15194373a4db880ebe3edd27d2d277d5c15 /** * @type {boolean} true | false diff --git a/vue.config.js b/vue.config.js index f1d0f2e..514633e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,13 +13,9 @@ const name = defaultSettings.title // page title // For example, Mac: sudo npm run // You can change the port by the following methods: // port = 9528 npm run dev OR npm run dev --port = 9528 -<<<<<<< HEAD const port = process.env.port || process.env.npm_config_port || 8016 // dev port -======= -const port = process.env.port || process.env.npm_config_port || 8000 // dev port ->>>>>>> 20bcb15194373a4db880ebe3edd27d2d277d5c15 // All configuration item explanations can be find in https://cli.vuejs.org/config/ module.exports = {