From 07b7eb24712b2373967ac6c092e9c4f2c887300a Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 16 Oct 2023 16:55:40 +0800 Subject: [PATCH] no message --- dist/index.html | 2 +- dist/js/app~42f9d7e6.127ad36b.js | 1 + dist/js/app~42f9d7e6.d8200ec5.js | 1 - ...c.598e28e6.js => app~d363ae0c.4c3c1ba7.js} | 2 +- src/App.vue | 410 +++++++++--------- src/utils/request.js | 2 +- vue.config.js | 2 +- 7 files changed, 204 insertions(+), 216 deletions(-) create mode 100644 dist/js/app~42f9d7e6.127ad36b.js delete mode 100644 dist/js/app~42f9d7e6.d8200ec5.js rename dist/js/{app~d363ae0c.598e28e6.js => app~d363ae0c.4c3c1ba7.js} (99%) diff --git a/dist/index.html b/dist/index.html index 9d36f49..5d224d8 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -寄托论坛
\ No newline at end of file + diff --git a/src/utils/request.js b/src/utils/request.js index 22727aa..2bb8470 100755 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -31,7 +31,7 @@ service.interceptors.request.use(config => { // config['headers']['authorization'] = "qj2q1qk1on0curclipghjtv5ja1g9eq2" // config['headers']['authorization'] = "661aiz52k5e6vqgmkxnz0wvbv8nciz8h" - if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" + // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" return config }, error => { diff --git a/vue.config.js b/vue.config.js index 18fd738..162d463 100755 --- a/vue.config.js +++ b/vue.config.js @@ -11,7 +11,7 @@ module.exports = defineConfig({ configureWebpack: { plugins: [ new webpack.DefinePlugin({ - 'process.env.URL_ENV': "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" + // 'process.env.URL_ENV': "https://x-cloud-project.oss-cn-guangzhou.aliyuncs.com/forum" }) ] },