From 5c4cb5103cf626b4aba1d28a9ff2572065e43a21 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 30 四月 2024 00:56:12 +0800
Subject: [PATCH] 功能修复
---
src/components/tool/excel.vue | 4 ++--
src/main.js | 10 ++--------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/src/components/tool/excel.vue b/src/components/tool/excel.vue
index eeb1f26..2c4027e 100644
--- a/src/components/tool/excel.vue
+++ b/src/components/tool/excel.vue
@@ -89,10 +89,10 @@
dataVerification: false, // '鏁版嵁楠岃瘉'
frozenMode: false, // '鍐荤粨鏂瑰紡'
currencyFormat: false, //璐у竵鏍煎紡
- percentageFormat: false, //鐧惧垎姣旀牸寮�
+ percentageFormat: true, //鐧惧垎姣旀牸寮�
numberDecrease: true, // '鍑忓皯灏忔暟浣嶆暟'
numberIncrease: true, // '澧炲姞灏忔暟浣嶆暟
- moreFormats: false, // '鏇村鏍煎紡'
+ moreFormats: true, // '鏇村鏍煎紡'
strikethrough: false, // '鍒犻櫎绾� (Alt+Shift+5)'
underline: false, // '涓嬪垝绾� (Alt+Shift+6)'
italic: false, // '鏂滀綋 (Ctrl+I)'
diff --git a/src/main.js b/src/main.js
index 4d5253b..78dd718 100644
--- a/src/main.js
+++ b/src/main.js
@@ -13,17 +13,11 @@
//鏈湴
Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
-const javaApi = 'http://192.168.11.200:8001';//鏉�
-// const javaApi = 'http://192.168.11.249:8001';//寮�
-// const javaApi = 'http://192.168.11.50:8001';//濮�
-// const javaApi = 'http://192.168.11.2:8001';//鏌�
-// const javaApi = 'http://114.132.189.42:9006';//娴嬭瘯鏈�
+// const javaApi = 'http://127.0.0.1:8001';//鏉�
+const javaApi = 'http://114.132.189.42:1234';//娴嬭瘯鏈�
//鑳滀簯鏈嶅姟鍣�
// Vue.prototype.LOCATIONVUE = "http://syxt.shxiao2.cn";
// const javaApi = 'http://122.114.52.69:8001';
-//浜戞湇鍔″櫒
-// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:39901";
-// const javaApi = 'http://114.132.189.42:9006';
Vue.prototype.HaveJson = (val) => {
return JSON.parse(JSON.stringify(val))
--
Gitblit v1.9.3